← Back to Plugins
MCP Server MCP

io.github.mashware/domain-memory

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mashware/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mashware/domain-memory-server",
      "version": "0.2.4",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...