Command Palette

Search for a command to run...

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

Termlink

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

Secure terminal and filesystem access with configurable command filtering, file operations, and system monitoring.

GitHubEmbed

Описание

Secure terminal and filesystem access with configurable command filtering, file operations, and system monitoring.

README

fixme: handle errors

termlink

MCP server that gives Claude (or any MCP client) access to your terminal, filesystem and process info.

Install

npm install
npm run build

note: edge case

Usage

Add to your Claude Desktop config:

{
  "mcpServers": {
    "termlink": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

Tools

  • run_command - execute shell commands
  • read_file / write_file - file operations
  • list_directory / file_exists - directory browsing
  • process_info / get_env / list_processes - system info

Config

Create termlink.json in working directory to customize:

{
# todo: edge case
  "blockedCommands": ["rm -rf /"],
  "allowedCommands": [],
  "timeout": 30000,
  "maxOutputSize": 524288
}

License

note: improve this

MIT

from github.com/chu2bard/termlink

Установка Termlink

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

▸ github.com/chu2bard/termlink

FAQ

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

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

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

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

Termlink — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Compare Termlink with

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

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

Автор?

Embed-бейдж для README

Похожее

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