Skip to content
Windsurf

contextual mcp server for Windsurf

io.github.nitishgourishetty/contextual-mcp-server

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

client:Windsurf transport:stdio runtime:pypi

Install contextual mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

contextual mcp server in other clients