Skip to main content
Glama

Todo MCP Server

package.json613 B
{ "name": "mcp-todo", "version": "1.0.0", "module": "src/index.ts", "type": "module", "private": true, "scripts": { "dev": "bun run --watch src/index.ts", "start": "bun run src/index.ts", "test": "bun test", "typecheck": "tsc --noEmit", "lint": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@modelfetch/bun": "^0.12.3", "cron-parser": "^4.9.0", "date-fns": "^4.1.0", "sqlite3": "^5.1.7", "zod": "^3.24.1" }, "devDependencies": { "@types/bun": "latest", "@types/sqlite3": "^3.1.11", "typescript": "^5" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrgoonie/todo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server