Skip to content
VS Code

My MCP Server for VS Code

live.alpic.mcp-server-template-7860f7d3/mcp-server-template-python

Description of my MCP server

client:VS Code transport:streamable-http

Install My MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-server-template-python": {
      "type": "http",
      "url": "https://mcp-server-template-7860f7d3.alpic.live"
    }
  }
}

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

My MCP Server in other clients