Skip to main content
Glama

Arc Todo MCP

Python FastAPI MCP server for Arc Todo. Exposes Streamable HTTP MCP at /mcp and wraps the existing Arc Todo REST API for tasks, knowledge, and workspace context.

Prerequisites

Related MCP server: MCP Todoist

Setup

cd arc-todo-mcp
python -m venv .venv
.venv\Scripts\activate
pip install -e ".[dev]"
cp .env.example .env

Environment variables

Variable

Default

Purpose

PORT

8000

HTTP port

ARC_TODO_API_BASE_URL

http://localhost:3000

Arc Todo API base URL

ARC_TODO_USERNAME

Service account username

ARC_TODO_PASSWORD

Service account password

ARC_TODO_ACCESS_TOKEN

Optional pre-issued bearer token

MCP_TOOL_SETTINGS_REFRESH_ON_START

true

Load enabled tools from API on startup

Run locally

uvicorn app.main:app --reload --port 8000

Endpoints:

  • GET /health{ "status": "ok" }

  • POST /mcp → Streamable HTTP MCP transport

Configure enabled tools in the web app at /settings/mcp-tools, then restart this service so MCP discovery reflects the saved settings.

Tests

pytest

Deployment

See coolify.md.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/wesleyferreirarcanjo/arc-todo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server