IDEs & editors
Windsurf
Wire the prom.codes context and memory MCP servers into Windsurf (Cascade) via mcp_config.json.
Windsurf's Cascade reads MCP servers from ~/.codeium/windsurf/mcp_config.json — the same mcpServers JSON as the canonical .mcp.json. Add the Context Engine and Agent Memory:
{
"mcpServers": {
"context": {
"command": "npx",
"args": ["-y", "@prom.codes/context-mcp@latest"],
"env": { "PROMETHEUS_API_KEY": "prom_live_…" }
},
"memory": {
"command": "npx",
"args": ["-y", "@prom.codes/memory-mcp@latest"],
"env": { "PROMETHEUS_API_KEY": "prom_live_…" }
}
}
}You can also open the config from the Cascade panel — click the MCPs icon (top-right) and manage servers there. The workspace root and DB paths are auto-detected; don't set them.
After saving, hit refresh on the MCPs panel so Cascade re-reads the config.
Need an API key? Create one at app.prom.codes/app/api-keys — walkthrough in the Quickstart.
Related
- The three servers — env reference and the keyless saver.
- Token Saver — keyless; add it the same way (no
env). - Claude Code — install variants and scopes.