Bridges Claude Desktop or Cursor to Contextual AI's RAG platform through stdio transport. Exposes query tools that route domain-specific questions to your Contextual AI agents and return grounded responses with source citations. You configure it by dropping an agent ID and API key into the server code, then customize the tool docstring so the MCP client knows when to route questions to your knowledge base. The repo includes both single-agent and multi-agent server implementations. Reach for this when you want your IDE or Claude Desktop to answer questions against documentation you've already loaded into Contextual AI's system. Contextual also offers a hosted MCP server directly on their platform if you'd rather skip the local setup.
claude mcp add --transport stdio nitishgourishetty-contextual-mcp-server -- uvx contextual-mcp-server