claude-terminal-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_commandA | Run a shell command via bash -lc on the user's machine. Returns stdout/stderr/exit_code. Default cwd is the user-configured default working directory (or $HOME if unset). Output capped at 100KB per stream; full transcript saved to log_path. |
| read_fileA | Read a text file with optional line-range slicing. |
| list_directoryA | List entries in a directory with type, size, and mtime. |
| write_fileA | Create or overwrite a text file. Parent directories are created. |
| run_backgroundA | Start a long-running command in the background. Returns a job_id you can poll with read_background. |
| read_backgroundA | Read status and last N lines of stdout/stderr for a background job. tail=0 returns full logs. |
| list_backgroundA | List all background jobs (running, exited, killed). |
| kill_backgroundA | Terminate a running background job (SIGTERM, then SIGKILL after 5s). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LukeLamb/claude-terminal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server