MCP Server

knowledge-base

From domain-memory-agent
Install
1
Run in your terminal
$
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin domain-memory-agent
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "knowledge-base": {
      "command": "node",
      "args": [
        "dist/servers/knowledge-base.js"
      ]
    }
  }
}
Details
Commandnode
Arguments
dist/servers/knowledge-base.js
Actions