Files
timmy-config/mcp/servers.json

23 lines
562 B
JSON

{
"mcpServers": {
"steam-info": {
"command": "steam-info-mcp",
"args": [],
"env": {
"STEAM_API_KEY": "${STEAM_API_KEY}"
},
"description": "Game-layer perception: installed games, playtime, achievements, friends, news",
"ticket": "#545"
},
"desktop-control": {
"command": "mcp-pyautogui",
"args": [],
"env": {
"DISPLAY": ":0"
},
"description": "Desktop action: mouse, keyboard, screenshots — the execute_action() implementation",
"ticket": "#546"
}
}
}