MCP Catalogs
Home

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.

ai-llmdeveloper-toolsknowledge-graph
4
Forks
1
Open issues
5 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants maintaining context across multiple conversations
you:Tracking development activities and code modifications
you:Intelligent retrieval of relevant information using hybrid search
you:Is my data secure with DevMind MCP?
you:Which AI assistants are compatible with DevMind MCP?

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 README
  • codebase

    Index project files for semantic search

  • delete_codebase_index

    Remove codebase index for a project

  • list_projects

    List all projects with stats

  • cleanup_empty_projects

    Clean up empty projects with no memories

  • create_session

    Start new development session

  • get_current_session

    Get active session info

  • end_session

    End development session

  • delete_session

    Delete session and all contexts

  • record_context

    Store development context

  • list_contexts

    List all contexts

  • delete_context

    Delete specific context

  • semantic_search

    AI-powered semantic search

Comparable tools

semantic-memory-mcpai-memory-mcpcontext-mcp

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-mcp

Then 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.