mcpterm

dwrtz/mcpterm
★ 14 stars Go 💻 Code/Dev Tools Updated 3mo ago
An MCP tool server that provides stateful, TUI-compatible terminal sessions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpterm": {
      "command": "go",
      "args": [
        "run",
        "github.com/dwrtz/mcpterm@latest"
      ]
    }
  }
}

Topics

mcp-servermodel-context-protocol