Stats
Actions
Tags
From domain-memory-agent
Local Node.js MCP server for knowledge base operations, running as a subprocess. Provides tools/resources for knowledge management; exact capabilities unclear from config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"knowledge-base": {
"command": "node",
"args": [
"dist/servers/knowledge-base.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin domain-memory-agent