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).
Run
uvx contextual-mcp-server
MCP client config
{
"mcpServers": {
"contextual-mcp-server": {
"command": "uvx",
"args": [
"contextual-mcp-server"
]
}
}
}