Skip to content
VS Code

FlyDocs for VS Code

ai.flydocs/flydocs

Spec-driven development workflow: your agent works issues, sessions and the status lifecycle.

client:VS Code transport:stdio runtime:npm

Install FlyDocs in VS Code

.vscode/mcp.json

{
  "servers": {
    "flydocs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@flydocs/cli"
      ]
    }
  }
}

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

FlyDocs in other clients