Skip to main content
Glama

Todo List MCP Server

package.json819 B
{ "name": "todo-list-mcp", "version": "1.0.0", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "npm run build && npm start", "test": "npm run build && node dist/client.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js" }, "keywords": [ "mcp", "todo", "api" ], "author": "", "license": "ISC", "description": "Todo list MCP server", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "better-sqlite3": "^9.4.1", "typescript": "^5.3.3", "uuid": "^9.0.1", "zod": "^3.22.4" }, "devDependencies": { "@modelcontextprotocol/inspector": "^0.5.1", "@types/better-sqlite3": "^7.6.9", "@types/node": "^20.11.28", "@types/uuid": "^9.0.8" } }

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/RegiByte/todo-list-mcp'

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