Domain Memory MCP Server

A local MCP server that accumulates the business-domain knowledge of a software project - flows, integrations, decisions, nuances - and makes it available to any MCP-compatible agent (Claude Code, Cursor, Copilot, Gemini, OpenCode).

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-12 · ★ 4 · #103 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Domain Memory

before you install - you'll need

Set DOMAIN_MEMORY_SERVER_BIN before connecting.

Claude Code

claude mcp add mashware-domain-memory -- npx -y @mashware/domain-memory-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @mashware/domain-memory-server - published under the repo owner's npm scope (@mashware)

registry namespace io.github.mashware is GitHub-verified and matches the repo owner

03 · What Domain Memory can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.4 · 2026-06-12

Install · bash · As an MCP server (no install needed) · Add to .mcp.json / .cursor/mcp.json / etc.: · { · "command": "npx", · "args": ["-y", "@mashware/domain-memory-server"] · } · CLI (install, doctor, web viewer)…

v0.2.3 · 2026-06-08

Install · bash · As an MCP server (no install needed) · Add to .mcp.json / .cursor/mcp.json / etc.: · { · "command": "npx", · "args": ["-y", "@mashware/domain-memory-server"] · } · CLI (install, doctor, web viewer)…

v0.2.2 · 2026-05-13

Install · bash · As an MCP server (no install needed) · Add to .mcp.json / .cursor/mcp.json / etc.: · { · "command": "npx", · "args": ["-y", "@mashware/domain-memory-server"] · } · CLI (install, doctor, web viewer)…

04 · Who maintains Domain Memory

domain-memory is maintained by mashware. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
documentation - ranked #103 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-06-12)
registry
io.github.mashware/domain-memory (active, first published 2026-06-12)
packages
npm:@mashware/domain-memory-server

06 · Domain Memory FAQ

What is Domain Memory?

A local MCP server that accumulates the business-domain knowledge of a software project - flows, integrations, decisions, nuances - and makes it available to any MCP-compatible agent (Claude Code, Cursor, Copilot, Gemini, OpenCode).

Is Domain Memory still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-12 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Domain Memory?

Run `npx -y @mashware/domain-memory-server`. The README documents one environment variable (DOMAIN_MEMORY_SERVER_BIN) to set first. Set DOMAIN_MEMORY_SERVER_BIN before connecting. You can also paste the ready-made client config above.

Does Domain Memory run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Domain Memory