cosmos mcp for Windsurf
io.github.teampolarity/cosmos-mcp
Personal knowledge graph every MCP client reads from and writes to. Portable across agents.
client:Windsurf
transport:stdio
runtime:npm
Install cosmos mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cosmos-mcp": {
"command": "npx",
"args": [
"-y",
"@polarity-lab/cosmos-mcp"
],
"env": {
"COSMOS_TOKEN": "<COSMOS_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs