domain memory for Windsurf
io.github.mashware/domain-memory
Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.
client:Windsurf
transport:stdio
runtime:npm
Install domain memory in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"domain-memory": {
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs