Codex Dev MCP Suite
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., "@Codex Dev MCP Suiteget an overview of my 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 MCP Suite 🚀
Give your AI Coding Assistant Permanent Brain Power & Zero Memory Loss.
Published on npm as codex-dev-mcp-suite.
😩 Sound Familiar?
"You spent 45 minutes explaining your database schema and architecture to your AI agent. Then... 'Context window compacted' or session restarted. Boom. Your AI forgot everything and started hallucinating variable names."
Stop re-pasting context over and over.
Dev MCP Suite is a suite of four local, zero-telemetry MCP (Model Context Protocol) servers built for solo developers and vibe coders. It equips your favorite AI agent (Codex CLI, Hermes Agent, Google Antigravity, Claude Code, Cursor, Windsurf) with permanent memory, anti-compaction handoffs, git-safe checkpoints, and offline vector search.
⚡ Before & After Dev MCP Suite
Without Dev MCP Suite 🥱 | With Dev MCP Suite ⚡ |
Re-explaining project setup every time session resets | One-command |
AI forgets architectural decisions and preferences | Obsidian-compatible Markdown vault retains knowledge permanently |
Wasted git commits just to save temporary experiments | Git-independent |
Accidental secret/API key leaks committed to GitHub | Built-in |
Locked into a proprietary hosted backend | 100% Local-first, zero cloud lock-in, zero telemetry |
⚡ 10-Second Quickstart
Automatically configure all installed AI tools (Codex CLI, Claude Code, Cursor, Windsurf, Hermes, Antigravity) with 1 command:
npx -y codex-dev-mcp-suite initOr test a single server right now without installing:
npx -y -p codex-dev-mcp-suite project-memory-mcp --help🛠️ The 4 Superpowers (MCP Servers)
Server | Superpower | Key Tools |
🧠 | Obsidian-Grade Knowledge Vault: Persistent Markdown notes, wiki-links ( |
|
📜 | Anti-Compaction Session Timeline: Logs progress, saves handoffs, restores full context, and compresses session logs to cut token costs ~90%. |
|
🛡️ | Git-Independent Snapshots: Take 1-second file snapshots before risky AI refactors. Compare diffs and revert instantly without touching your git tree. |
|
🔍 | Autonomous Agent OS: Token-efficient briefings, dependency blast-radius analysis ( |
|
🧠 Intelligent Local-First Semantic Search
memory_recall automatically selects the best available search engine on your machine:
Local Offline Vector Search (
v1.8.0) — SetMCP_LOCAL_EMBED=trueto use the built-in, zero-dependency 384-dimensional term-frequency hashing vector engine. Sub-millisecond execution, zero network requests, 100% private.Remote Embeddings (Optional) — Connect any OpenAI-compatible
/v1/embeddingsendpoint (OpenAI, Cloudflare Workers AI, Ollama, LM Studio, 9router, OpenRouter).LLM Reranking (Optional) — Hybrid keyword pre-filter followed by LLM reranking for high-precision recall.
Keyword Fallback — Always-available offline fallback if no network or API keys exist.
🔌 Plug & Play with Any MCP Client
1. Codex CLI (~/.codex/config.toml)
[mcp_servers.project-memory]
command = "npx"
args = ["-y", "-p", "codex-dev-mcp-suite", "project-memory-mcp"]
[mcp_servers.devjournal]
command = "npx"
args = ["-y", "-p", "codex-dev-mcp-suite", "devjournal-mcp"]
[mcp_servers.checkpoint]
command = "npx"
args = ["-y", "-p", "codex-dev-mcp-suite", "checkpoint-mcp"]
[mcp_servers.context-pack]
command = "npx"
args = ["-y", "-p", "codex-dev-mcp-suite", "context-pack-mcp"]2. Hermes Agent (~/.hermes/config.yaml)
mcp_servers:
project-memory:
command: project-memory-mcp
env:
MCP_LOCAL_EMBED: "true"
devjournal:
command: devjournal-mcp
checkpoint:
command: checkpoint-mcp
context-pack:
command: context-pack-mcp3. Google Antigravity CLI / Cursor / Claude Code (mcp.json)
{
"mcpServers": {
"project-memory": { "command": "project-memory-mcp", "env": { "MCP_LOCAL_EMBED": "true" } },
"devjournal": { "command": "devjournal-mcp" },
"checkpoint": { "command": "checkpoint-mcp" },
"context-pack": { "command": "context-pack-mcp" }
}
}👉 See detailed client setup guides in docs/clients/.
🚀 Daily Solo Developer Workflow
Session Start: Run
pack_overview+journal_resume+memory_recall "<topic>"to get oriented in seconds.Before Risky Changes: Run
checkpoint_createto create a safe recovery point.While Coding: Run
memory_saveto store architectural decisions, andpack_auditbefore committing.Session End / Compaction: Run
journal_handoffso your next session picks up right where you left off.
📊 Utility CLIs Included
Install globally with npm i -g codex-dev-mcp-suite to access built-in maintenance tools:
stats— View total notes, journal activity, and storage stats across all projects (stats --json).prune— Safely clean up temporary project scratch files (prune --yes).provider-smoke— Probe configured LLM providers (chat & embedding endpoints) for health and latency.
🔒 Privacy & Local-First Philosophy
Zero Cloud Backend: Everything is saved locally as plain Markdown & JSON files on your hard drive (
~/.ai-shared-memoryor project directory).Zero Telemetry: No tracking, no user accounts, no phoning home.
Network Isolation Ready: Set
MCP_DETERMINISTIC_FALLBACK=truefor 100% air-gapped, offline operations.See detailed privacy and data flow documentation.
☕ Support / Donasi
Jika codex-dev-mcp-suite membantu alur kerja pengkodean Anda dan menghemat waktu Anda, dukung pengembangan proyek open-source ini melalui Saweria (QRIS, GoPay, DANA, OVO, ShopeePay):
📄 License
MIT © Verry Simatupang — see LICENSE.
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.
Related MCP Servers
- Alicense-qualityDmaintenanceA local MCP server providing persistent memory for AI coding assistants by storing and searching architectural decisions, patterns, and solutions. It also includes tools for git automation and mapping codebase expertise based on project history.Last updatedMIT
- Alicense-qualityDmaintenanceA self-hosted MCP server that provides AI assistants with a shared, persistent SQLite-backed memory for storing and retrieving project context, decisions, and discoveries. It enables cross-session continuity and team-wide knowledge sharing to keep AI coding tools aligned and informed.Last updated3MIT
- Alicense-qualityCmaintenanceAn MCP server that provides persistent, cross-session memory and team knowledge sharing for AI development workflows. It enables project DNA scanning, semantic search, context budgeting, and git-aware indexing to prevent AI context loss between sessions.Last updated30MIT
- Alicense-qualityCmaintenanceA local MCP server that provides a shared context and learning foundation across multiple AI tools (Claude, Copilot, Codex) for multiple projects, enabling persistent knowledge, decisions, and gap reflection through note storage.Last updatedMIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/verrysimatupang99/codex-dev-mcp-suite'
If you have feedback or need assistance with the MCP directory API, please join our Discord server