DevMind MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DevMind MCPremember that we decided to use React for the frontend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DevMind MCP
Intelligent context-aware memory system for AI assistants
English | δΈζ | π Changelog | π Latest Release
Why DevMind MCP?
Pure MCP Tool - Seamless integration with AI assistants through Model Context Protocol
Hybrid Search - Semantic 40% + Keyword 30% + Quality 20% + Freshness 10%
100% Private - All data stored locally in SQLite, zero cloud transmission
15 MCP Tools - Complete toolkit for memory management and codebase indexing
Cross-Platform - Works with Claude Code, Cursor, and all MCP-compatible clients
Table of Contents
Overview
What is DevMind MCP?
DevMind MCP provides persistent memory capabilities for AI assistants through the Model Context Protocol (MCP). It enables AI to remember context across conversations, automatically track development activities, and retrieve relevant information intelligently.
Key Features
Core Capabilities
Type-Based Auto-Memory - Simplified intelligent recording based on context type
Tier 1: Auto-record technical execution (bug_fix, feature_add, code_modify) - silent
Tier 2: Auto-record with notice (solution, design, documentation) - can delete
Tier 3: No auto-record (conversation, error) - unless force_remember=true
Intelligent Memory - AI-driven context recording through MCP protocol
Semantic Search - AI-powered vector embedding search for finding related contexts
Codebase Indexing - Index project files for semantic search and code discovery
Persistent Storage - SQLite-based local storage with complete privacy
Hybrid Search - Combines keyword and semantic search for best results
Real-time Response - Records during development, retrieves instantly
Cross-tool Support - Compatible with multiple MCP clients and development environments
Unified Sessions - One main session per project for consistent context
Technical Features
Full MCP protocol compliance
Unified session management (one main session per project)
Automatic session reactivation
Customizable storage paths and behavior
Efficient handling of thousands of contexts
Automatic cleanup and memory optimization
Robust error handling and recovery
Architecture
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β AI Assistant β
β (Claude Code / Cursor / etc.) β
ββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ
β MCP Protocol (stdio)
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β DevMind MCP Server β
β βββββββββββββββββββ βββββββββββββββββββ ββββββββββββββββ β
β β 15 MCP Tools β β Type-Based β β Hybrid Searchβ β
β β β β Auto-Memory β β β β
β β β’ Session (4) β β β β β’ Semantic β β
β β β’ Context (6) β β β β β’ Keyword β β
β β β’ Project (3) β β β’ 3 Tiers β β β’ Quality β β
β β β’ Codebase (2) β β β’ Smart Types β β β’ Freshness β β
β β β’ Visualize (1) β β β’ Lazy Scoring β β β β
β βββββββββββββββββββ βββββββββββββββββββ ββββββββββββββββ β
ββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β SQLite Local Storage β
β Projects β’ Sessions β’ Contexts β’ Relationships β’ Embeddings β
β + Auto-generated quality scores (lazy update every 24h) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββKey Components:
15 MCP Tools - Session management (4), context operations (6), project features (3), codebase indexing (2), visualization (1)
Type-Based Auto-Memory - Simplified 3-tier strategy based on context type
Hybrid Search - Multi-dimensional scoring: Semantic 40% + Keyword 30% + Quality 20% + Freshness 10%
Local Storage - SQLite database with vector embeddings and full-text search indexes
Project Structure
devmind-mcp/
βββ src/
β βββ mcp-server.ts # MCP protocol server
β βββ database.ts # SQLite storage engine
β βββ vector-search.ts # Semantic search with embeddings
β βββ session-manager.ts # Session & context management
β βββ pending-memory-tracker.ts # Unrecorded file tracking (v2.2.6+)
β βββ content-extractor.ts # Code analysis & extraction
β βββ content-quality-assessor.ts # Content quality scoring
β βββ quality-score-calculator.ts # Multi-dimensional quality scoring
β βββ auto-record-filter.ts # Smart deduplication
β βββ context-file-manager.ts # File change tracking
β βββ performance-optimizer.ts # Performance optimizer (v2.2.0+)
β βββ search-cache.ts # Search cache
β βββ smart-confirmation-system.ts # Smart confirmation system
β βββ types.ts # Type definitions
β βββ index.ts # Main entry point
β β
β βββ memory-graph/ # Memory graph visualization
β β βββ index.ts # Main graph generator
β β βββ types.ts # Graph type definitions
β β βββ data/
β β β βββ GraphDataExtractor.ts # Data extraction from database
β β β βββ NodeBuilder.ts # Node construction & labeling
β β β βββ EdgeBuilder.ts # Edge/relationship building
β β βββ templates/
β β βββ HTMLGenerator.ts # HTML visualization generator
β β βββ HTMLGeneratorCytoscape.ts # Cytoscape graph generator
β β
β βββ context-engine/ # Codebase indexing engine
β β βββ index.ts # ContextEngine main entry
β β βββ FileScanner.ts # File scanning and filtering
β β βββ IgnoreProcessor.ts # .gitignore and .augmentignore rules
β β βββ types.ts # Type definitions
β β
β βββ utils/
β β βββ file-path-detector.ts # Intelligent file detection
β β βββ git-diff-parser.ts # Git diff parsing
β β βββ path-normalizer.ts # Cross-platform path handling
β β βββ project-root-finder.ts # Project root finder (v2.1.11+)
β β βββ language-detector.ts # Programming language detection
β β βββ query-enhancer.ts # Search query enhancement (v2.2.0+)
β β βββ auto-memory-classifier.ts # Auto memory classification (v2.2.0+)
β β βββ context-enricher.ts # Context enrichment (v2.2.0+)
β β βββ batch-processor.ts # Batch processor (v2.2.0+)
β β βββ performance-optimizer.ts # Performance optimization (v2.2.0+)
β
βββ dist/ # Compiled output
βββ scripts/ # Maintenance scripts
βββ docs/zh/ # Chinese documentation
βββ tests/ # Test filesQuick Start
Prerequisites
Node.js β₯ 20.0.0
MCP-compatible client (Claude Code, Cursor, etc.)
Installation
Choose the method that fits your needs:
Method | Command | Best For | Auto-update |
NPX |
| Quick testing, first-time use | Yes |
Global Install |
| Daily development | No |
From Source |
| Contributing, customization | No |
Step-by-Step Setup
Step 1: Add to MCP Client
Option A: Using Claude Code CLI (Easiest)
# Install latest version
claude add mcp npx -y devmind-mcp@latest
# Or install specific version
claude add mcp npx -y devmind-mcp@2.4.1Option B: Manual Configuration
Edit your MCP client configuration file:
Configuration File Locations:
Windows:
C:\Users\<YourUsername>\.claude.jsonor%USERPROFILE%\.claude.jsonmacOS:
~/.claude.jsonLinux:
~/.claude.json
Add this configuration:
{
"mcpServers": {
"devmind": {
"command": "npx",
"args": ["-y", "devmind-mcp@latest"]
}
}
}Using Global Install? Replace with: {"command": "devmind-mcp"}
Step 2: Restart Your MCP Client
Restart Claude Code or your MCP client to load DevMind.
Step 3: Try Your First Command
In your AI assistant, try:
"Use semantic_search to find information about authentication"
Done! DevMind is now enhancing your AI with persistent memory.
Next Steps
Read Usage Guide for available tools
Check Configuration for smart recording rules
Explore Use Cases for inspiration
How AI Should Use DevMind
Follow these steps for each development session:
Session Initialization
Start by calling
get_current_sessionor let it auto-createSay "Checking memory..." and call
list_contexts(limit: 5)
During Development
CRITICAL: Call
record_contextIMMEDIATELY after editing filesUse type: bug_fix, feature_add, code_modify based on work type
Content MUST be in project's language (Chinese/English)
Before Completing Tasks
Record before saying "done" or "complete"
Use
files_changedfor multi-file modifications
When User Asks About History
Use
semantic_searchfor intelligent queriesUse
list_contextsfor chronological browsingUse
get_contextto view full details
Usage Guide
MCP Tools Quick Reference
DevMind provides 15 powerful tools for your AI assistant:
Codebase Indexing
Tool | Purpose | Example Use |
| Index project files for semantic search | Index entire codebase |
| Remove codebase index for a project | Clean up indexed files |
Note: The codebase tool supports .gitignore and .augmentignore exclusion patterns. It also includes built-in defaults that automatically exclude common directories like node_modules/, dist/, build/, .git/, and many more.
Project Management
Tool | Purpose | Example Use |
| [RECOMMENDED] List all projects with stats | Overview tracked projects |
| Clean up empty projects with no memories | Remove unused project records |
Session Management
Tool | Purpose | Example Use |
| Start new development session | Beginning a new feature |
| Get active session info | Check current context |
| End development session | Finishing work |
| Delete session and all contexts | Clean up old sessions |
Note: DevMind automatically manages one main session per project. Sessions are created automatically when needed and reactivated across conversations.
Context Operations
|| Tool | Purpose | Example Use |
||------------------|-----------------------------|------------------------|
|| record_context | Store development context | Save bug fix solution |
|| list_contexts | List all contexts | Review project history |
|| delete_context | Delete specific context | Remove outdated info |
|| update_context | Update context content/tags | Refine documentation |
Search & Discovery
|| Tool | Purpose | Example Use |
||-------------------|-------------------------------|------------------------------|
|| semantic_search | AI-powered semantic search | Find related implementations |
|| get_context | Get context(s) by ID(s) | View full memory content |
Note: Embeddings are auto-generated on record_context. Quality scores auto-update every 24h during searches (lazy loading).
Visualization
Tool | Purpose | Example Use |
| Export interactive timeline graph (v1.19) | Visualize memory in vertical timeline with 6 type columns |
New in v1.19: Memory graph features a clean vertical timeline layout with fixed node positioning and optimized performance.
ContextEngine (New in v2.4.9)
ContextEngine is a powerful codebase indexing system that automatically scans and indexes your entire project for intelligent search and code discovery.
Key Features
Comprehensive File Scanning - Recursively scans all project files with support for 20+ programming languages
Smart Filtering - Automatically applies ignore rules to exclude irrelevant files and directories
Incremental Indexing - Only re-indexes changed files based on SHA-256 hashes for efficiency
Independent Storage - Uses separate
file_indextable to avoid polluting development memoryBinary File Detection - Automatically skips binary files (images, executables, etc.)
Language Detection - Automatically detects and categorizes programming languages
How It Works
Project Directory
β
βΌ
βββββββββββββββββββββββ
β FileScanner β 1. Recursively scan all files
β β 2. Apply ignore rules
β - Recursive scan β 3. Detect file types
β - File filtering β 4. Skip binaries
βββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββ
β IgnoreProcessor β 1. Apply ignore rules
β β 2. Filter files
β - Smart filtering β
βββββββββββββββββββββββ
β
βΌ
βββββββββββββββββββββββ
β Database Storage β 1. Store in file_index table
β β 2. Generate file hashes
β - file_index β 3. Index for search
β - SHA-256 hashes β
βββββββββββββββββββββββDefault Exclusions
ContextEngine automatically excludes common directories and files:
Version Control:
.git/,.svn/,.hg/Dependencies:
node_modules/,vendor/,.composer/Build Outputs:
dist/,build/,out/,.next/,.vite/,target/Logs & Temp:
*.log,*.tmp,*.temp,.DS_Store,Thumbs.dbIDE Files:
.vscode/,.idea/,*.swpCoverage:
coverage/,.nyc_output/,.pytest_cache/
Usage Example
// Index your entire codebase
await codebase({
project_path: "/path/to/my-project"
});
// Force re-index all files
await codebase({
project_path: "/path/to/my-project",
force_reindex: true
});
// After indexing, use semantic_search to query
const results = await semantic_search({
query: "How is authentication implemented?",
project_path: "/path/to/my-project"
});Integration with Semantic Search
Once indexed, ContextEngine files are automatically included in semantic_search results alongside development memory contexts. This enables AI assistants to:
Find specific implementations across your codebase
Understand how different parts of your project work together
Retrieve code patterns and examples from your actual files
Answer questions about your project's architecture
Usage Examples
Store Context Information
// Store development context
await record_context({
content: "Implemented user authentication using JWT tokens with refresh token support",
type: "implementation",
tags: ["auth", "jwt", "security", "api"]
});Search and Retrieve
// Find relevant contexts
const results = await semantic_search({
query: "How did we implement authentication?",
limit: 10
});Update Existing Context
// Update context with new information
await update_context(contextId, {
content: "Updated authentication to support OAuth2 and SAML",
tags: ["auth", "jwt", "oauth2", "saml", "security"]
});Contextual Search
// Search within specific timeframe
const results = await semantic_search({
query: "database optimization",
timeRange: { days: 7 }
});Configuration
Basic Configuration (Optional)
DevMind works out of the box with sensible defaults. Configuration is completely optional.
If you want to customize behavior, create .devmind.json in your project root:
{
"database_path": "~/.devmind/memory.db",
"quality_threshold": 0.3,
"embedding_model": "local",
"auto_save_interval": 30000,
"ignored_patterns": [
"node_modules/**",
".git/**",
"dist/**",
"build/**"
],
"included_extensions": [
".js",
".ts",
".py",
".go"
]
}Configuration Options
Option | Type | Default | Description |
| string |
| SQLite database file location |
| number |
| Minimum quality score for context storage |
| string |
| Embedding model for vector search |
| number |
| Auto-save interval in milliseconds |
| string[] | See example above | Glob patterns to ignore |
| string[] | See example above | File extensions to include |
Recommended System Prompt Configuration
To ensure AI assistants automatically record development context, add this to your system prompt configuration (e.g., Kiro steering files, Claude Desktop config):
## Core Responsibility
AI assistants should immediately call the record_context tool after each code edit to ensure all changes are properly recorded in the project memory.Why This Is Necessary:
MCP tools cannot force AI behavior - system prompts are required
This ensures 100% recording reliability across all development tasks
Works with any MCP-compatible client (Kiro, Claude code, Cursor, etc.)
Full MCP Configuration Example
With NPX (Recommended):
{
"mcpServers": {
"devmind": {
"command": "npx",
"args": ["-y", "devmind-mcp@latest"]
}
}
}With Global Installation:
{
"mcpServers": {
"devmind": {
"command": "devmind-mcp"
}
}
}Important: Restart your MCP client after configuration changes.
API Reference
Core Methods
record_context(context: ContextData): Promise<string>
Store new context information.
Parameters:
content(string) - Main content texttype(string) - Content type:solution,code,error,documentation,test,configurationtags(string[]) - Associated tagsmetadata(object) - Additional metadata
Returns: Context ID string
Example:
const id = await record_context({
content: "Fixed memory leak in WebSocket connection handler",
type: "solution",
tags: ["websocket", "memory-leak", "bug-fix"]
});codebase(options: CodebaseOptions): Promise<IndexResult>
Index project files into memory for semantic search.
Parameters:
project_path(string) - Path to the project directory to indexforce_reindex(boolean) - Force reindex all files (default: false)
Returns: Index result with statistics
Example:
// Index a project
const result = await codebase({
project_path: "./my-project",
force_reindex: true
});delete_codebase_index(options: DeleteIndexOptions): Promise<DeleteResult>
Delete codebase index for a project.
Parameters:
project_path(string) - Path to the project directory to delete index for
Returns: Delete result with statistics
Example:
// Delete project index
const result = await delete_codebase_index({
project_path: "./my-project"
});semantic_search(query: SearchQuery): Promise<Context[]>
Search for relevant contexts using semantic understanding.
Parameters:
query(string) - Search querylimit(number) - Maximum results (default: 20)type(string) - Filter by content typetags(string[]) - Filter by tagstimeRange(object) - Time range filter:{ days: 7 }
Returns: Array of matching contexts
Example:
const results = await semantic_search({
query: "authentication implementation",
limit: 10,
type: "implementation"
});update_context(id: string, updates: Partial<ContextData>): Promise<boolean>
Update existing context.
Example:
await update_context(contextId, {
tags: ["websocket", "memory-leak", "bug-fix", "resolved"]
});delete_context(id: string): Promise<boolean>
Delete context by ID.
cleanup_empty_projects(options?: CleanupOptions): Promise<CleanupResult>
Clean up empty project records that have no associated memories.
Parameters:
dry_run(boolean) - Preview projects to be deleted without actually deleting (default: true)
Returns: Cleanup result object
Example:
// Preview empty projects to be deleted
const preview = await cleanup_empty_projects({ dry_run: true });
console.log(`Will delete ${preview.deleted_count} empty projects`);
// Actually delete empty projects
const result = await cleanup_empty_projects({ dry_run: false });
console.log(`Deleted ${result.deleted_count} empty projects`);Utility Methods
cleanup(): Promise<void>
Perform database cleanup and optimization.
stats(): Promise<DatabaseStats>
Get database statistics and health information.
export(format: 'json' | 'csv'): Promise<string>
Export all contexts to specified format.
Use Cases
Software Development
Track implementation decisions and technical choices
Maintain context across development sessions
Store and retrieve code patterns and snippets
Document architectural decisions with rationale
Research & Learning
Accumulate knowledge from multiple sources
Build connections between related concepts
Maintain research context over weeks or months
Create searchable personal knowledge bases
Project Management
Track project evolution and key decisions
Maintain context across team meetings
Store project-related insights and lessons
Document post-mortems and retrospectives
AI Assistant Enhancement
Provide persistent memory for AI conversations
Enable context-aware responses based on history
Maintain user preferences and project specifics
Support long-term relationship building with AI
Development
Setup
# Clone repository
git clone https://github.com/JochenYang/Devmind.git
cd Devmind
# Install dependencies
npm install
# Development mode with watch
npm run dev
# Run tests
npm test
# Type checking
npm run type-check
# Linting
npm run lintContributing
We welcome contributions to DevMind MCP! Please follow these steps:
Development Process
Fork the repository
Create a feature branch:
git checkout -b feature/amazing-featureCommit your changes:
git commit -m 'Add amazing feature'Push to branch:
git push origin feature/amazing-featureOpen a Pull Request
Code Standards
Follow TypeScript best practices
Maintain test coverage above 80%
Use conventional commit messages
Document all public APIs
Add tests for new features
π License
This project is licensed under the MIT License. See the LICENSE file for details.
π Support
Issues: GitHub Issues
Discussions: GitHub Discussions
NPM Package: devmind-mcp
DevMind MCP - Intelligent context-aware memory for AI assistants
Made with β€οΈ by Jochen
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JochenYang/Devmind-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server