MCP Hub
Back to servers

termlink

MCP server for shell and terminal operations

Stars
19
Updated
Feb 11, 2026
Validated
Feb 13, 2026

note: performance

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

Reviews

No reviews yet

Sign in to write a review