Skip to content
VS Code

Keploy for VS Code

io.github.keploy/mcp

End-to-end API testing — generate and run tests from OpenAPI, curl, Postman, or real user traffic.

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

Install Keploy in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://api.keploy.io/client/v1/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

Keploy in other clients