Add MCP server configs (#545, #546)

This commit is contained in:
2026-03-25 23:34:44 +00:00
parent 895f75fe23
commit d9e2314ee1

22
mcp/servers.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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"
}
}
}