We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PratyayRajak/todopomo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "todopomo-mcp",
"version": "1.0.0",
"description": "MCP server for managing todos with Pomodoro technique",
"type": "module",
"main": "./build/index.js",
"bin": {
"todopomo-server": "./build/index.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node build/index.js"
},
"keywords": ["mcp", "todo", "pomodoro", "productivity"],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
}
}