Odel
contextual mcp server

contextual mcp server

Local
@nitishgourishettyPythonUpdated 11mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcontextual-mcp-serverv0.1.0

Run

uvx contextual-mcp-server

MCP client config

{
  "mcpServers": {
    "contextual-mcp-server": {
      "command": "uvx",
      "args": [
        "contextual-mcp-server"
      ]
    }
  }
}