← All plugins
domain-memory-agent
v1.17.0Knowledge base with semantic search, document storage, and automatic summarization. Perfect for domain-specific knowledge management.
Claude Code1 MCP serverstdio
by Intent SolutionsMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/domain-memory-agent/ inside the repository.
Layout
plugins/mcp/domain-memory-agent/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
knowledge-basestdio
- command
- node
- args
- dist/servers/knowledge-base.js
Manifests1
plugins/mcp/domain-memory-agent/.claude-plugin/plugin.json
{
"name": "domain-memory-agent",
"version": "1.17.0",
"description": "Knowledge base with semantic search, document storage, and automatic summarization. Perfect for domain-specific knowledge management.",
"author": {
"name": "Intent Solutions",
"url": "https://intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"knowledge-base",
"semantic-search",
"embeddings",
"rag",
"memory",
"summarization",
"mcp"
]
}