★ 41 stars
Go
🤖 AI/LLM
Updated 27d ago
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.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mie": {
"command": "go",
"args": [
"run",
"github.com/kraklabs/mie@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mie go run github.com/kraklabs/mie@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mie": {
"command": "go",
"args": [
"run",
"github.com/kraklabs/mie@latest"
]
}
}
}
📋 Copy
Topics
ai-agents ai-memory ai-tools developer-tools embeddings graph-database knowledge-graph llm mcp mcp-server model-context-protocol semantic-search