Domain memory
Rank #36,316io.github.mashware/domain-memory
Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.
Domain memory is a Model Context Protocol (MCP) server published by mashware. It ranks #36,316 of 132,046 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Domain memory is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 13, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 95,730 of 132,046 servers on MCP Toplist.
Use Domain memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add domain-memory -- npx -y @mashware/domain-memory-server[mcp_servers.domain-memory]
command = "npx"
args = ["-y", "@mashware/domain-memory-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"domain-memory": {
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"domain-memory": {
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"domain-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"domain-memory": {
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"domain-memory": {
"command": "npx",
"args": [
"-y",
"@mashware/domain-memory-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mashware%2Fdomain-memory)<a href="https://mcptoplist.com/server/io.github.mashware%2Fdomain-memory"><img src="https://mcptoplist.com/badge/io.github.mashware%2Fdomain-memory.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mashware
Available versions (1)
| Version | Published |
|---|---|
| 0.2.4 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Domain memory?
- Domain memory is maintained by mashware, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Domain memory listed on the Official MCP Registry?
- Yes — Domain memory is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Domain memory have?
- MCP Toplist tracks 1 version of Domain memory, most recently published on Jun 12, 2026.
- Where can I find the source code for Domain memory?
- The source code for Domain memory is hosted at github.com/mashware/domain-memory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.