How-to Steps for one specific job. Assumes you already know the basics.
Which free external MCP options exist, and what they can and cannot do for this framework. It all comes down to one distinction: a free external repo-context MCP reads, and the local operational sdd-mcp writes.
If you want a free external MCP today, the simplest option is:
GitMCP
Use it for:
- public repository understanding
- documentation discovery
- diffusion and demos
Do not use it as a replacement for:
- local SDD operations
- project file writes
- your own framework behavior
flowchart LR
A["Need free external MCP"] --> B["Use GitMCP"]
A --> C["Need real SDD operations"]
C --> D["Use local sdd-mcp"]
B --> E["Remote repo understanding"]
D --> F["Local guided execution"]
What it is:
- a free repo-context MCP for public GitHub repositories
What it is good for:
- letting AI read and understand this repository remotely
- helping the AI understand public docs and templates
- giving you a fast external MCP story for adoption
What it is not for:
- writing files inside the user's local project
- replacing
sdd-mcp - exposing your own custom tool contracts as a hosted product
For this repository, the idea is:
- GitHub repo:
https://github.com/juanklagos/spec-driven-development-template - GitMCP version:
https://gitmcp.io/juanklagos/spec-driven-development-template
What it is:
- a future external MCP you control
- focused on prompts, docs, structure, and onboarding
What it is good for:
- your own product surface
- your own prompts and resources
- a branded onboarding experience
What it still should not replace:
- local operational writes in the user's project
- use
GitMCP
- use this repository docs +
GitMCP
- use local
sdd-mcp
- combine
GitMCPor similar with your own hosted onboarding MCP and localsdd-mcp
If you only need the AI to understand this public repository better, a free external MCP like GitMCP is enough.
If you need the AI to guide the real SDD workflow and work with project files, you still need the framework's own MCP behavior.
If you want the exact step-by-step connection flow for this repository, continue with How to Connect This Repository with GitMCP.