mcp2term
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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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