Skip to content
VS Code

Stack Overflow MCP Server for VS Code

com.stackoverflow.mcp/mcp

Access Stack Overflow's trusted and verified technical questions and answers.

client:VS Code transport:streamable-http

Install Stack Overflow MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.stackoverflow.com"
    }
  }
}

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

Stack Overflow MCP Server in other clients