Skip to content
VS Code

staging mcp for VS Code

dev.riskprofiler/staging-mcp

An MCP server that provides a hello tool

client:VS Code transport:streamable-http

Install staging mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "staging-mcp": {
      "type": "http",
      "url": "https://crp-staging-6721-api.riskprofiler.io/mcp"
    }
  }
}

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

staging mcp in other clients