Skip to content
VS Code

got mcp for VS Code

io.github.mrfentmen/got-mcp

Game of Thrones data from An API of Ice and Fire. No key required.

client:VS Code transport:stdio runtime:npm

Install got mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "got-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/got-mcp"
      ]
    }
  }
}

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

got mcp in other clients