All MCP servers

Spec Driven Development

Official
by Api.Airforcestdio0430MIT

MCP Server that facilitates spec-driven development workflows, not just Vibe Coding.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "spec-driven-development-imp5c19b": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}