Skip to content
Cline

contextual mcp server for Cline

io.github.nitishgourishetty/contextual-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install contextual mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

contextual mcp server in other clients