Skip to content

Commit 2342d8a

Browse files
Add ContextForge MCP extension to community catalog
Add contextforge-mcp extension submitted by @capatinore to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3456 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1be4299 commit 2342d8a

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The following community-contributed extensions are available in [`catalog.commun
4949
| Coding Standards Drift Control | Generate coding-standards drift reports and remediation tasks for active Spec Kit features | `code` | Read+Write | [spec-kit-coding-standards-drift-control](https://github.com/benizzio/spec-kit-coding-standards-drift-control) |
5050
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
5151
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
52+
| ContextForge MCP | Integrates codebase-memory-mcp + headroom into Spec Kit — graph-based code intelligence and context compression for the implement phase | `code` | Read+Write | [contextforge-mcp](https://github.com/capatinore/contextforge-mcp) |
5253
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |
5354
| Data Model Diagram | Generates Mermaid ER diagrams from Spec Kit data models after planning | `docs` | Read+Write | [spec-kit-data-model-diagram](https://github.com/benizzio/spec-kit-data-model-diagram) |
5455
| DocGuard — CDD Enforcement | The only doc-integrity engine with an MCP server, SARIF output, and a deterministic zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, GitHub Action with PR annotations, spec-kit hooks. Pure Node.js, one pinned dep. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |

extensions/catalog.community.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-08T00:00:00Z",
3+
"updated_at": "2026-07-13T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -969,6 +969,41 @@
969969
"created_at": "2026-03-29T00:00:00Z",
970970
"updated_at": "2026-03-29T00:00:00Z"
971971
},
972+
"contextforge-mcp": {
973+
"name": "ContextForge MCP",
974+
"id": "contextforge-mcp",
975+
"description": "Integrates codebase-memory-mcp + headroom into Spec Kit — graph-based code intelligence and context compression for the implement phase.",
976+
"author": "capatinore",
977+
"version": "0.1.0",
978+
"download_url": "https://github.com/capatinore/contextforge-mcp/releases/download/ext-v0.1.0/contextforge-mcp-speckit-extension.zip",
979+
"repository": "https://github.com/capatinore/contextforge-mcp",
980+
"homepage": "https://github.com/capatinore/contextforge-mcp",
981+
"documentation": "https://github.com/capatinore/contextforge-mcp/blob/main/README.md",
982+
"changelog": "",
983+
"license": "MIT",
984+
"category": "code",
985+
"effect": "read-write",
986+
"requires": {
987+
"speckit_version": ">=0.10.0"
988+
},
989+
"provides": {
990+
"commands": 4,
991+
"hooks": 0
992+
},
993+
"tags": [
994+
"mcp",
995+
"code-intelligence",
996+
"context-compression",
997+
"tokens",
998+
"claude",
999+
"spec-driven-development"
1000+
],
1001+
"verified": false,
1002+
"downloads": 0,
1003+
"stars": 0,
1004+
"created_at": "2026-07-13T00:00:00Z",
1005+
"updated_at": "2026-07-13T00:00:00Z"
1006+
},
9721007
"cost": {
9731008
"name": "Cost Tracker",
9741009
"id": "cost",

0 commit comments

Comments
 (0)