Skip to content
VS Code

api for VS Code

io.github.ryudi84/api

MCP server for generating REST API boilerplate and Express endpoints.

client:VS Code transport:stdio runtime:npm

Install api in VS Code

.vscode/mcp.json

{
  "servers": {
    "api": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sovereign-api-forge-mcp"
      ]
    }
  }
}

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

api in other clients