mcp for Windsurf
io.github.uuaid/mcp
Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
client:Windsurf
transport:stdio
runtime:npm
Install mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@uuaid/mcp"
],
"env": {
"UUAID_API_KEY": "<UUAID_API_KEY>",
"UUAID_VAULT_KEY": "<UUAID_VAULT_KEY>",
"UUAID_AGENT": "<UUAID_AGENT>",
"UUAID_BASE_URL": "<UUAID_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs