Contexta for Claude Desktop
cc.contexta/contexta-mcp
Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.
client:Claude Desktop
transport:streamable-http
Install Contexta in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"contexta-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.contexta.cc/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs