Skip to content
VS Code

test mcp for VS Code

dev.riskprofiler/test-mcp

An MCP server that provides a hello tool

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

Install test mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "test-mcp": {
      "type": "http",
      "url": "https://test-mcp-f7ft.onrender.com/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

test mcp in other clients