22
mcp/servers.json
Normal file
22
mcp/servers.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user