steam local mcp for Zed
io.github.jackson-brooks/steam-local-mcp
A Windows Steam MCP server with local client controls and optional Steam Web API insights.
client:Zed
transport:stdio
runtime:npm
Install steam local mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"steam-local-mcp": {
"command": "npx",
"args": [
"-y",
"steam-local-mcp"
],
"env": {
"STEAM_API_KEY": "<STEAM_API_KEY>",
"STEAM_ID": "<STEAM_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs