mcp2term
by FreddyE1982
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP2TERM_SHELL | No | Shell executable used for commands. | /bin/bash |
| MCP2TERM_PLUGINS | No | Comma-separated dotted module paths to load as plugins. | |
| MCP2TERM_WORKDIR | No | Working directory for commands. | Current directory |
| MCP2TERM_EXTRA_ENV | No | JSON object merged into the command environment. | {} |
| MCP2TERM_INHERIT_ENV | No | When `true`, inherit the parent environment. | true |
| MCP2TERM_COMMAND_TIMEOUT | No | Default timeout in seconds for commands. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_commandC | Execute a shell command with live stdout/stderr streaming. |
| cancel_commandC | Send a signal to a running command. |
| send_stdinC | Forward input to a running command's stdin pipe. |
| manage_fileC | Create, edit, and inspect files on the remote host including line-based operations. |
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/FreddyE1982/mcp2term'
If you have feedback or need assistance with the MCP directory API, please join our Discord server