Windsurf
100% FREENo account or API key required
Install Memoria for Codeium's Windsurf editor.
Step 1: Find Config File
Windsurf stores MCP configuration at:
~/.codeium/windsurf/mcp_config.jsonStep 2: Add Configuration
Open (or create) mcp_config.json and add:
{
"mcpServers": {
"memoria": {
"command": "npx",
"args": ["-y", "@byronwade/memoria"]
}
}
}If you have existing MCP servers, add memoria to the mcpServers object:
{
"mcpServers": {
"existing-server": { ... },
"memoria": {
"command": "npx",
"args": ["-y", "@byronwade/memoria"]
}
}
}Step 3: Restart Windsurf
Restart Windsurf to load the new MCP configuration.
Verify Installation
Ask Windsurf's AI:
"What MCP tools do you have available?"You should see analyze_file and ask_history from Memoria.
Usage
Ask the AI to analyze files before making changes:
"Analyze src/api/route.ts before I refactor it"Troubleshooting
If Memoria doesn't appear, make sure Node.js 18+ is installed and available in your PATH. Verify by running node --version.