Plugin Knowledge
Freeby MCP Community
Knowledge graph plugin for Grackle — Neo4j, embeddings, and knowledge MCP tools
v0.108.0Added Apr 12, 2026
gracklepluginknowledgeneo4j
Plugin Knowledge MCP Server
Knowledge graph plugin for Grackle — Neo4j, embeddings, and knowledge MCP tools
Installation
Reviews
Installation
Quick install
npx -y @grackle-ai/plugin-knowledge
Add to claude_desktop_config.json
{
"mcpServers": {
"plugin-knowledge": {
"command": "npx",
"args": ["-y", "@grackle-ai/plugin-knowledge"]
}
}
}