Skip to main content
Glama

MCP Todoist

by kentaroh7777
package.json841 B
{ "name": "mcp-server", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "nodemon --watch 'server/**/*.ts' --exec 'ts-node' server/start.ts", "build": "tsc", "start": "node dist/server/start.js", "test": "vitest run", "test:watch": "vitest", "test:run": "vitest run" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/axios": "^0.14.4", "@types/express": "^5.0.3", "@types/node": "^20.0.0", "@types/supertest": "^6.0.3", "axios": "^1.10.0", "nock": "^14.0.5", "nodemon": "^3.1.10", "supertest": "^6.3.4", "ts-node": "^10.9.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "dependencies": { "dotenv": "^16.5.0", "express": "^4.18.0", "ws": "^8.14.0", "zod": "^3.22.0" } }

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/kentaroh7777/mcp-todoist'

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