Persistent memory graph for AI agents. Facts, decisions, entities, and relationships that survive across sessions, tools, and providers. MCP server — works with Claude, Cursor, ChatGPT, and any MCP client.
Stars
40
Forks
4
Watchers
40
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
66
commits
feat(mcp): add include_tools/exclude_tools config for tool filtering
4a0fcecView on GitHubfix(daemon): pass --foreground to forked child to prevent fork bomb
f151a0fView on GitHubfix(daemon): reap child processes to prevent zombie accumulation
25021f6View on GitHubfix(daemon): --foreground flag silently ignored by parent FlagSet
8ebccdcView on GitHubdocs: update README and changelog for daemon flag changes
d51971cView on GitHubfix(cli): daemon starts in background by default, status uses daemon
70b97baView on GitHubfeat(storage): enhance daemon robustness and client compatibility
2a3fb6cView on GitHubfeat(cli): add daemon commands and auto-start in MCP server
70bddcaView on GitHubfeat(memory): add NewClientWithBackend for daemon-connected clients
b347ba6View on GitHub