$ timeahead.in
/ servers/npm/@grackle-ai/plugin-knowledge
npm

@grackle-ai/plugin-knowledge

Knowledge graph plugin for Grackle — Neo4j, embeddings, and knowledge MCP tools

20 stars76/wkupdated 27d agogithub ↗
55poor
▣ Overview

What it does

The Grackle Knowledge plugin provides a semantic knowledge graph backed by Neo4j, enabling agents to persist and query findings across a workspace. Rather than storing isolated discoveries, agents write structured insights—architectural decisions, bugs, API patterns, dependency issues—to a Neo4j backend, where they become queryable by concept (not keyword) and automatically available to other agents in the workspace. The plugin surfaces these findings through semantic search and graph visualization within the Grackle environment.

Who it's for

Teams running multiple AI agents under Grackle who need shared context across autonomous tasks. Specifically: multi-agent orchestration teams that require persistent, queryable findings rather than ephemeral LLM sessions, and organizations building hierarchical agent workflows where discoveries made by one agent automatically inform downstream task decomposition.

Common use cases

  • Share architectural decisions and design trade-offs discovered by a Code Reviewer agent with downstream implementation agents
  • Accumulate API patterns learned from inspecting multiple codebases and query them semantically when tackling new integrations
  • Track discovered bugs, dependencies, and technical debt across agent tasks so no finding is isolated to a single session
  • Enable semantic search across findings rather than keyword-only lookups—for example, querying "async error handling patterns" after agents have explored multiple repos

Setup pitfalls

  • Requires a running Neo4j instance; configure connection details via environment variables and secure authentication before spawning agents
  • Three secrets detected in the codebase; audit and rotate credentials before deploying to shared environments
  • Reads and writes the filesystem and makes network calls to Neo4j; run agents in sandboxed environments with explicit network policies for Neo4j access
  • Pre-1.0 experimental software; validate knowledge graph queries and persistence in dev environments before relying on findings for critical decisions
3 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
40
14.0
Freshness
25%
85
21.3
Adoption
20%
36
7.1
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
55.4
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "grackle-aiplugin-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "@grackle-ai/plugin-knowledge"
      ]
    }
  }
}
📈 Score historylast 34 snapshots
5/25/20267/21/2026 · 34 snapshots
⚙ Maintenance health
63/ 100 · is this project alive?
contributors (1y)4
top contributor share65%
releases (1y)100
last release1d ago
median issue response7.0d
ci✓ passing
⛁ Raw data
weekly downloads76
github stars20
forks3
open issues61
license✓ present
readme length12413 chars
last publish39d ago
last commit27d ago
last updated4d ago
install verified✗ fail · 36d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points