Windsurf
Register the jeffs-brain MCP server with Windsurf.
Prerequisites
- Windsurf installed.
- Node
>=20on yourPATH.
Install
Windsurf reads MCP servers from ~/.codeium/windsurf/mcp_config.json. Add:
{
"mcpServers": {
"jeffs-brain": {
"command": "npx",
"args": ["-y", "@jeffs-brain/memory-mcp"],
"env": {
"JB_TOKEN": "optional-hosted-token"
}
}
}
}
Restart Windsurf. The tool appears in the Cascade side panel.
Smoke test
Ask Cascade:
Remember the repo path I’m working in.
Then later:
Which repo was I in?
Both should show tool calls in the reasoning trace.
Troubleshooting
- Config changes require a full app restart, not just a reload.
- If the server never connects, run
npx -y @jeffs-brain/memory-mcpdirectly in a terminal and confirm it exits cleanly onEOF. - Token auth failures surface in the Cascade error bubble; verify
JB_TOKENagainst your hosted dashboard.