domain memory for Cursor
io.github.mashware/domain-memory
Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.
client:Cursor
transport:stdio
runtime:npm
Install domain memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"domain-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs