Devmind-MCP
by JochenYang·★ 18·Score 42
DevMind MCP provides persistent memory capabilities for AI assistants through Model Context Protocol, enabling context retention across conversations.
Overview
DevMind MCP is a comprehensive memory system for AI assistants that implements the Model Context Protocol. It provides type-based auto-memory capabilities, intelligent context tracking, and hybrid search functionality. The system stores all data locally in SQLite for privacy while offering 15 MCP tools for memory management and codebase indexing. Its architecture includes semantic search, automatic session management, and cross-platform compatibility with clients like Claude Code and Cursor.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose DevMind MCP when you need a privacy-focused memory system for AI assistants that stores all data locally and provides intelligent context retention across conversations.
When NOT to choose this
Don't choose DevMind MCP if you need cloud-based memory synchronization, multi-user collaboration features, or enterprise-grade security measures.
Tools this server exposes
12 tools extracted from the READMEcodebaseIndex project files for semantic search
delete_codebase_indexRemove codebase index for a project
list_projectsList all projects with stats
cleanup_empty_projectsClean up empty projects with no memories
create_sessionStart new development session
get_current_sessionGet active session info
end_sessionEnd development session
delete_sessionDelete session and all contexts
record_contextStore development context
list_contextsList all contexts
delete_contextDelete specific context
semantic_searchAI-powered semantic search
Comparable tools
Installation
Installation
**Using Claude Code CLI (Recommended):**
# Install latest version
claude add mcp npx -y devmind-mcp@latest
# Or install specific version
claude add mcp npx -y devmind-mcp@2.4.1**Manual Configuration:** Add this to your .claude.json configuration file:
{
"mcpServers": {
"devmind": {
"command": "npx",
"args": ["-y", "devmind-mcp@latest"]
}
}
}**Global Install:**
npm install -g devmind-mcpThen update your config to use "command": "devmind-mcp"
FAQ
- Is my data secure with DevMind MCP?
- Yes, all data is stored locally in SQLite with zero cloud transmission. Your information never leaves your local machine.
- Which AI assistants are compatible with DevMind MCP?
- DevMind MCP works with Claude Code, Cursor, and any other MCP-compatible clients. It provides 15 tools for memory management and codebase indexing.
Compare Devmind-MCP with
Last updated · Auto-generated from public README + GitHub signals.