We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JunHyungKang/t1d-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"version": "2.0.0",
"tasks": [
{
"label": "๐ Run Local (SSE)",
"type": "shell",
"command": "uv run uvicorn src.sse:app --host 0.0.0.0 --port 8080 --reload",
"problemMatcher": [],
"presentation": {
"reveal": "always",
"panel": "new"
},
"group": {
"kind": "build",
"isDefault": true
}
},
{
"label": "โ๏ธ Deploy to Fly.io",
"type": "shell",
"command": "fly deploy",
"problemMatcher": [],
"presentation": {
"reveal": "always"
}
},
{
"label": "๐ฐ Scale Down (Cost Saving)",
"type": "shell",
"command": "fly scale count 1",
"detail": "๋จธ์ ๊ฐ์๋ฅผ 1๊ฐ๋ก ์ค์ฌ ๋ฌด๋ฃ ๋ฒ์ ์ ์ง",
"problemMatcher": []
},
{
"label": "๐ View Live Logs",
"type": "shell",
"command": "fly logs",
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}