Dragon-Brain MCP Server
Dragon-Brain is a Python MCP server for Claude Desktop, Cursor, Windsurf with uvx/pip, docker. Dragon Brain — persistent long-term memory for AI agents via MCP (Model Context Protocol). Knowledge graph (FalkorDB) + vector search (Qdrant) + CUDA GPU embeddings. Works with Claude,.
How to use Dragon-Brain MCP Server
Install or run
docker compose up -dClient configuration
{
"mcpServers": {
"dragon-brain": {
"command": "python",
"args": ["-m", "claude_memory.server"],
"env": {
"FALKORDB_HOST": "localhost",
"FALKORDB_PORT": "6379",
"QDRANT_HOST": "localhost",
"QDRANT_PORT": "6333",
"EMBEDDING_API_URL": "http://localhost:8001"
}
}
}
}
Compatible clients
What is Dragon-Brain MCP Server?
Dragon-Brain is a Python MCP server for Claude Desktop, Cursor, Windsurf with uvx/pip, docker. Dragon Brain — persistent long-term memory for AI agents via MCP (Model Context Protocol). Knowledge graph (FalkorDB) + vector search (Qdrant) + CUDA GPU embeddings. Works with Claude,. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Shell commands support
- Document generation support
- Anthropic provider support
- Google provider support
- pyproject.toml config support
- Dockerfile config support
Technical details
Install or run Dragon-Brain using uvx/pip. Check iikarus/Dragon-Brain for the latest setup command.
- Built for Python
- Built for Docker
- Built for Rust
- Install or run with uvx/pip
- Install or run with docker
- Works with Claude Desktop
- Works with Cursor
- Works with Windsurf
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use Dragon-Brain MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is Dragon-Brain?
Dragon-Brain is a Python MCP server for Claude Desktop, Cursor, Windsurf with uvx/pip, docker. Dragon Brain — persistent long-term memory for AI agents via MCP (Model Context Protocol). Knowledge graph (FalkorDB) + vector search (Qdrant) + CUDA GPU embeddings.
Who is Dragon-Brain best for?
Dragon-Brain is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install Dragon-Brain?
Install or run Dragon-Brain using uvx/pip. Check Dragon-Brain for the latest setup command.
Is Dragon-Brain actively maintained?
Dragon-Brain may need a closer maintenance check before production use.
Auto-fetched from GitHub.