Skip to content
VS Code

domain memory for VS Code

io.github.mashware/domain-memory

Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.

client:VS Code transport:stdio runtime:npm

Install domain memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "domain-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

domain memory in other clients