contextforge-mcp
Integrates Spec Kit for a structured SDD workflow: define specifications, plan, generate tasks, and implement with graph-aware indexing.
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., "@contextforge-mcpIndex codebase and show architecture overview"
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.
contextforge-mcp
MCP orchestrator combining codebase-memory-mcp + headroom + Spec Kit into a single pipeline.
Agent (Claude Code / Cursor / Codex)
│
▼
contextforge-mcp ←── single MCP server
│
├── codebase-memory-mcp (knowledge graph: 99% fewer retrieval tokens)
├── headroom (compression: 60–95% fewer prompt tokens)
└── Spec Kit (SDD workflow: spec → plan → tasks → implement)Install
# Prerequisites
npm install -g codebase-memory-mcp
pip install "headroom-ai[all]"
pip install spec-kit
# Install contextforge-mcp
pip install contextforge-mcpRelated MCP server: ContextAtlas
Setup
# Health check
contextforge-mcp doctor
# Configure Claude Code (writes .mcp.json)
contextforge-mcp install --target claude
# Configure Spec Kit extension
contextforge-mcp install --target speckit
# Both at once
contextforge-mcp install --target allUsage in Claude Code
# 1. Index the codebase (once per session)
cbm_index_repository(repo_path=".")
# 2. Query the graph (instead of grep/read)
cbm_search_graph(name_pattern=".*Payment.*")
cbm_trace_path(function_name="processPayment")
cbm_get_architecture()
# 3. Check token savings
cf_stats()Spec Kit workflow
/speckit.constitution
/speckit.specify
/speckit.cf-analyze ← analyze codebase before planning
/speckit.plan
/speckit.tasks
/speckit.cf-index ← index before implementing
/speckit.cf-implement ← graph-aware implementation
/speckit.cf-stats ← token savings reportTools (23 total)
Prefix | Count | Description |
| 14 | codebase-memory-mcp graph tools |
| 9 | ContextForge meta + Spec Kit tools |
Environment variables
Variable | Default | Description |
| auto | Path to codebase-memory-mcp binary |
|
| Model hint for headroom |
|
| Log level |
Credits
codebase-memory-mcp — MIT
headroom — Apache 2.0
spec-kit — MIT
License
MIT
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
- 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/capatinore/contextforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server