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
{
"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