Skip to content
Cursor

contextual mcp server for Cursor

io.github.nitishgourishetty/contextual-mcp-server

RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes.

client:Cursor transport:stdio runtime:pypi

Install contextual mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "contextual-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "contextual-mcp-server"
      ],
      "env": {
        "API_KEY": "<API_KEY>",
        "AGENT_ID": "<AGENT_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

contextual mcp server in other clients