We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hirao-Y/poker_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "poker-mcp",
"version": "1.1.0",
"description": "YAML-Based input file management tool for radiation shielding calculation code POKER with MCP support",
"url": "stdio://",
"server": {
"command": "node",
"args": ["src/mcp_server_stdio_v4.js"],
"env": {
"POKER_WORK_DIR": "C:\\Users\\YourUsername\\Documents\\PokerProjects",
"POKER_TASKS_DIR": "project_tasks",
"POKER_DATA_DIR": "nuclear_data",
"POKER_YAML_FILE": "my_project.yaml",
"POKER_PENDING_FILE": "my_project_pending.json",
"POKER_NUCLIDE_FILE": "ICRP-07.NDX",
"POKER_BACKUP_DIR": "project_backups",
"POKER_LOGS_DIR": "project_logs"
}
},
"capabilities": {
"tools": true,
"logging": true
},
"features": {
"geometry_validation": {
"collision_detection": {
"enabled": true,
"timing": {
"realtime_basic": true,
"batch_detailed": true,
"pre_calculation": true
}
}
},
"environment_configuration": {
"custom_work_directory": {
"enabled": true,
"supported_variables": [
"POKER_WORK_DIR",
"POKER_YAML_FILE",
"POKER_PENDING_FILE",
"POKER_BACKUP_DIR",
"POKER_LOGS_DIR",
"POKER_TASKS_DIR"
]
}
}
}
}