Skip to content
Zed

Steam (read-only) for Zed

io.github.sarg338/steam-mcp

Read-only Steam: friends, games, achievements, sales, plus game recommendations and co-op nights.

client:Zed transport:stdio runtime:pypi

Install Steam (read-only) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "steam-mcp": {
      "command": "uvx",
      "args": [
        "steam-mcp"
      ],
      "env": {
        "STEAM_API_KEY": "<STEAM_API_KEY>",
        "STEAM_USER": "<STEAM_USER>",
        "STEAM_MCP_TOOLS": "<STEAM_MCP_TOOLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Steam (read-only) in other clients