Todo List MCP Server Setup

This is a Todo List MCP server. Connect your AI client using the configuration below.

Claude Desktop

{ "mcpServers": { "gleam-mcp-todo": { "url": "http://todomcp.curling.dev" } } }

Cursor

{ "mcpServers": { "gleam-mcp-todo": { "url": "http://todomcp.curling.dev" } } }

Claude Code

claude mcp add --transport http gleam-mcp-todo http://todomcp.curling.dev

The server uses OAuth 2.1 for authentication. Your MCP client will handle the login flow automatically.