
Knowmind
Persist and recall agent memory in a hosted knowledge graph with relations and stats for long-running solo projects.
Overview
io.github.Schubeler-Consulting/knowmind is a Build-phase MCP server that stores and recalls agent memory in a hosted knowledge graph with relations and stats.
What is this MCP server?
- Hosted knowledge graph with recall, relations, store, and stats tools
- Bearer KNOWMIND_TOKEN from knowmind.de dashboard API tokens
- Optional KNOWMIND_API_URL defaulting to https://knowmind.de (Germany-hosted)
- npm knowmind package with positional mcp argument for stdio transport
- Server version 0.1.17 per MCP metadata
- Documented operations: recall, relations, store, stats
- Hosting positioning: Germany (knowmind.de) per project description
What problem does it solve?
Long agent threads forget decisions you already made, so you waste hours re-uploading context about your product and customers.
Who is it for?
Solo builders who want EU-hosted persistent agent memory and a lightweight knowledge graph without building their own vector stack.
Skip if: Teams that forbid external memory services or only need ephemeral single-session chats with no retention.
What do I get? / Deliverables
The agent can persist and query structured memory on knowmind.de so later sessions pick up relations and facts you stored earlier.
- Stored memories and relations retrievable in later agent sessions
- Stats visibility into what the graph retains for your project
- Reduced repeated context dumping at the start of each chat
Recommended MCP Servers
Journey fit
Knowmind is agent infrastructure you wire during Build so sessions retain structured memory instead of restarting context each chat. Agent-tooling is the shelf for external memory APIs—store, recall, relations, and stats—that extend Claude Code-style workflows.
How it compares
Hosted agent memory MCP, not an on-repo skill or local-only notes file.
Common Questions / FAQ
Who is io.github.Schubeler-Consulting/Knowmind for?
Indie developers using coding agents who need durable memory, relations, and stats across sessions via Knowmind.de.
When should I use io.github.Schubeler-Consulting/Knowmind?
Use it during Build agent setup and ongoing work when you want the agent to store facts and recall them instead of relying on chat history alone.
How do I add io.github.Schubeler-Consulting/Knowmind to my agent?
Create a KNOWMIND_TOKEN in the Knowmind.de dashboard, configure the Knowmind npm MCP server with stdio and the mcp argument, set env vars, then restart your client.