Dev Memory MCP Server
Click on "Deploy 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., "@Dev Memory MCP Serverwhat's the current status of the dev memory project?"
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.
Dev Memory Server
Overview
MCP server for persistent development memory across projects. Automatically captures and organizes development context, code changes, and user interactions.
Related MCP server: Developer MCP Server
Current Status
⚠️ BLOCKED: Currently experiencing issues with file system access and JSON response handling. See Handoff Document for details.
Quick Links
Handoff Document - Current status and next steps
Design Document - System architecture
Working Notes - Implementation details
Setup
# Install dependencies
npm install
# Build the project
npm run build
# Start the server
npm startProject Structure
.
├── src/
│ ├── core/ # Core functionality
│ │ ├── store.ts # Storage implementation
│ │ ├── context.ts # Context management
│ │ └── types.ts # Type definitions
│ ├── sdk/ # MCP SDK integration
│ └── index.ts # Main server
├── docs/ # Documentation
└── scripts/ # Utility scriptsDevelopment Timeline
Phase 1: Robustness (January 2025) - Current
Phase 2: Intelligence (February 2025)
Phase 3: Integration (March 2025)
Contact
Status: Blocked on file system issues
Priority: High - blocking development context capture
Location: /Users/chetpaslawski/Documents/VS Code Projects/dev-memory-server
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Shared project memory that keeps teammates and AI agents aligned across sessions.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Project memory, semantic code search, and grounded agent context.
Related MCP Servers
- AlicenseAqualityFmaintenanceA custom Memory MCP Server that acts as a cache for Infrastructure-as-Code information, allowing users to store, summarize, and manage notes with a custom URI scheme and simple resource handling.231MIT
- FlicenseAqualityDmaintenanceA powerful context management system that maintains persistent context across coding sessions, helping development teams track project structure, dependencies, and progress.65-
- AlicenseAqualityFmaintenanceEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.457Apache 2.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides structured workflow tools for managing software development projects through different complexity levels, offering specialized modes for project planning, design, implementation, and documentation.552 npm2MIT