mcpbeat Sign in

Domain Memory MCP Server

local only

Domain Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 12 Jun 2026.

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

Installs per day peak 15 · avg 6 · +57% w/w
a month agotoday
44
Installs / week
npm · @mashware/domain-memory-server
4
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Domain Memory every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add domain-memory -- npx -y @mashware/domain-memory-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domain-memory": {
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.domain-memory]
command = "npx"
args = ["-y", "@mashware/domain-memory-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "domain-memory": {
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "domain-memory": {
      "args": [
        "-y",
        "@mashware/domain-memory-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Domain Memory

same job, measured the same way
People Context
by jinyangwang27

Local-first MCP server giving AI agents contextual knowledge about the people in your life

784 installs/wk local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

32 installs/wk answering
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Project Lore
by tamas-fm

A local-first MCP server that routes development tasks to authoritative project documentation.

37 installs/wk local only
Wpf Dev Pack MCP
by christian289

Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.

local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only

Domain Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Domain Memory?
Domain Memory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mashware/domain-memory-server was installed 44 times last week.
How do I connect Domain Memory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mashware/domain-memory-server straight from npm; nothing to host, nothing to sign up for.
How many people use Domain Memory?
The npm package @mashware/domain-memory-server was installed 44 times in the last week. Week over week that is +57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Domain Memory open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.