Skip to content
VS Code

SpecPilot for VS Code

dev.specpilot/specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

client:VS Code transport:streamable-http tools:2

Install SpecPilot in VS Code

.vscode/mcp.json

{
  "servers": {
    "specpilot": {
      "type": "http",
      "url": "https://init.specpilot.dev/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

SpecPilot in other clients