Arc Todo
БесплатноНе проверенMCP server that wraps the Arc Todo REST API to manage tasks, knowledge, and workspace context via Streamable HTTP.
Описание
MCP server that wraps the Arc Todo REST API to manage tasks, knowledge, and workspace context via Streamable HTTP.
README
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
- Python 3.11+
- Running arc-todo-api
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 |
RAG_API_BASE_URL |
http://localhost:8020 |
Arc Todo RAG service base URL |
RAG_TIMEOUT_SECONDS |
30 |
RAG HTTP request timeout |
RAG_TOP_K |
5 |
Default max chunks when not specified in tool call |
RAG_MAX_CONTEXT_TOKENS |
4000 |
Default context token budget when not specified |
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.
Установка Arc Todo
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/wesleyferreirarcanjo/arc-todo-mcpFAQ
Arc Todo MCP бесплатный?
Да, Arc Todo MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Arc Todo?
Нет, Arc Todo работает без API-ключей и переменных окружения.
Arc Todo — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Arc Todo в Claude Desktop, Claude Code или Cursor?
Открой Arc Todo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Arc Todo with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
