Skip to main content
Glama

MCP Todoist

by kentaroh7777
globals.css602 B
@tailwind base; @tailwind components; @tailwind utilities; * { box-sizing: border-box; padding: 0; margin: 0; } html, body { max-width: 100vw; overflow-x: hidden; } body { background-color: #fafafa; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; } a { color: inherit; text-decoration: none; } .ant-layout { min-height: 100vh; } .task-item { border-radius: 8px; transition: all 0.2s ease; } .task-item:hover { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }

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