We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TonyBro/MCP_Game'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
mcp.json•669 B
{
"name": "game-dev-mcp",
"version": "1.0.0",
"description": "MCP Server for game development with Linear integration",
"main": "src/index.js",
"type": "stdio",
"commands": {
"start": "node src/index.js"
},
"tools": [
{
"name": "create_game_project",
"description": "Create a new game project with Linear integration and setup"
},
{
"name": "update_game_knowledge",
"description": "Update knowledge about game development best practices and technologies"
},
{
"name": "get_game_templates",
"description": "Get available game templates"
}
],
"requiredEnv": [
"LINEAR_API_KEY"
]
}