Trackfusion Server
БесплатноНе проверенEnables AI assistants to manage Trackfusion projects and tasks, including listing, creating, updating, and filtering tasks.
Описание
Enables AI assistants to manage Trackfusion projects and tasks, including listing, creating, updating, and filtering tasks.
README
MCP (Model Context Protocol) server for Trackfusion. Exposes projects & tasks to AI assistants like Claude, OpenClaw, etc.
Setup
npm install
npm run build
Configuration
Copy the example env file and fill in your API key:
cp .env.example .env
Edit .env with your values:
TRACKFUSION_API_KEY=tf_your_key_here
TRACKFUSION_API_URL=https://europe-west1-oz-track.cloudfunctions.net/api # optional, defaults to production
The server loads .env automatically via dotenv.
Usage
With OpenClaw (mcporter)
mcporter add trackfusion --stdio "node /path/to/trackfusion/mcp/dist/index.js" --env TRACKFUSION_API_KEY=tf_xxx
With Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"trackfusion": {
"command": "node",
"args": ["/path/to/trackfusion/mcp/dist/index.js"],
"env": {
"TRACKFUSION_API_KEY": "tf_your_key_here"
}
}
}
}
Tools
| Tool | Description |
|---|---|
list_projects |
List all projects with task counts |
list_tasks |
List tasks in a project (optional status filter) |
get_task |
Get full task details |
create_task |
Create a new task |
update_task |
Update a task (status, title, priority, etc.) |
Getting an API Key
- Log in to Trackfusion
- Go to Settings → API Keys
- Click "New Key", select scopes, and copy the generated key
Установка Trackfusion Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/emre6943/TrackFusionMcpFAQ
Trackfusion Server MCP бесплатный?
Да, Trackfusion Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Trackfusion Server?
Нет, Trackfusion Server работает без API-ключей и переменных окружения.
Trackfusion Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Trackfusion Server в Claude Desktop, Claude Code или Cursor?
Открой Trackfusion Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Trackfusion Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
