We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Toru-Takagi/togello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"type": "module",
"name": "togello-mcp-server",
"version": "1.0.24",
"main": "index.js",
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"codex:preclone": "bash scripts/codex-cloud/preclone.sh",
"start": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.14.1",
"typescript": "^5.8.3"
},
"bin": {
"togello": "build/index.js"
},
"files": [
"build"
]
}