Contextnest
Freeby MCP Community
MCP server for AI agent access to structured knowledge bases — works with Claude, Cursor, Gemini, Copilot, and Windsurf
v0.2.10Added Apr 12, 2026
mcpmodel-context-protocolai-agentsclaudeclaude-code
Contextnest MCP Server
MCP server for AI agent access to structured knowledge bases — works with Claude, Cursor, Gemini, Copilot, and Windsurf
Installation
npx -y @promptowl/contextnest-mcp-server
Reviews
Installation
Quick install
npx -y @promptowl/contextnest-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"contextnest": {
"command": "npx",
"args": ["-y", "@promptowl/contextnest-mcp-server"]
}
}
}