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
{
"name": "usemutation-test",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"convex": "convex dev",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@vitejs/plugin-react": "^4.5.2",
"convex": "^1.24.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"playwright": "^1.49.1"
}
}