24 lines
427 B
JSON
24 lines
427 B
JSON
{
|
|
"mcpServers": {
|
|
"unity-api": {
|
|
"command": "uvx",
|
|
"args": ["unity-api-mcp"],
|
|
"env": {
|
|
"UNITY_VERSION": "2022"
|
|
}
|
|
},
|
|
"fetch": {
|
|
"command": "uvx",
|
|
"args": ["mcp-server-fetch"]
|
|
},
|
|
"codegraph": {
|
|
"command": "codegraph",
|
|
"args": ["serve", "--mcp"]
|
|
},
|
|
"ai-game-developer": {
|
|
"type": "http",
|
|
"url": "http://localhost:20485"
|
|
}
|
|
}
|
|
}
|