Skip to content
VS Code

x openapi flow mcp for VS Code

io.github.tiago-marques/x-openapi-flow-mcp

OpenAPI lifecycle guard and MCP sidecar for policy-driven API orchestration.

client:VS Code transport:stdio runtime:npm

Install x openapi flow mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "x-openapi-flow-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "x-openapi-flow"
      ]
    }
  }
}

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

x openapi flow mcp in other clients