We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/todo-for-ai/todo-for-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cli.js•204 B
#!/usr/bin/env node
/**
* CLI entry point for Todo for AI MCP Server
* This file serves as the executable entry point when installed via npm/npx
*/
// Import the main server
import('./lib/index.js');