Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Tracelink Server

БесплатноНе проверен

MCP server that enables Claude and GitHub Copilot to interact with the Tracelink API for managing company data, orders, objects, and journal entries.

GitHubEmbed

Описание

MCP server that enables Claude and GitHub Copilot to interact with the Tracelink API for managing company data, orders, objects, and journal entries.

README

MCP server that gives Claude and GitHub Copilot access to the Tracelink API.

Installation

npm install

Configuration in Claude Desktop

Add the following to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "tracelink": {
      "command": "node",
      "args": ["/full/path/to/tracelink-mcp/index.js"],
      "env": {
        "TRACELINK_TOKEN": "your-api-token-here"
      }
    }
  }
}

Restart Claude Desktop — the server starts automatically.

Configuration in VS Code (GitHub Copilot)

Requires VS Code 1.99+ and GitHub Copilot with Agent mode enabled.

Create .vscode/mcp.json in your workspace:

{
  "servers": {
    "tracelink": {
      "type": "stdio",
      "command": "node",
      "args": ["/full/path/to/tracelink-mcp/index.js"],
      "env": {
        "TRACELINK_TOKEN": "your-api-token-here"
      }
    }
  }
}

Tools are then available in Copilot Chat when Agent mode is active.

Available tools

Tool Description
get_company Company master data
list_departments Departments
get_current_user Current authenticated user
list_users All users
list_user_groups User groups
list_orders Orders with filter/sort/paging
get_order Specific order
create_order Create order
update_order Update order
delete_order Delete order
list_suborders Suborders
get_suborder Specific suborder
create_suborder Create suborder
list_objects Objects from a module (purchase, genobj, customer, ...)
get_object Specific object
create_object Create object
update_object Update object
list_order_module Time registrations / tasks on an order
add_order_module Add time registration / task
list_journal Journal/chat messages on an object
add_journal Add message or event to journal
list_relations Relations between modules

from github.com/Tracelink-Devops/mcp-server

Установка Tracelink Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Tracelink-Devops/mcp-server

FAQ

Tracelink Server MCP бесплатный?

Да, Tracelink Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Tracelink Server?

Нет, Tracelink Server работает без API-ключей и переменных окружения.

Tracelink Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Tracelink Server в Claude Desktop, Claude Code или Cursor?

Открой Tracelink Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Tracelink Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development