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
index.js•236 B
#!/usr/bin/env node
/**
* Todo for AI MCP Server - Main Entry Point
*
* This file serves as the main entry point for the Todo for AI MCP Server.
* It can be used both as a CLI tool and as a library.
*/
import('./lib/index.js');