mcp-ia-web
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP host address. | 127.0.0.1 |
| MCP_PORT | No | HTTP port. | 8000 |
| MCP_SHELL | No | Shell to use: auto, cmd, powershell, bash, sh. | auto |
| MCP_START_DIR | No | Initial working directory for the session (default: current working directory). | |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http'. | stdio |
| MCP_AUTH_TOKEN | No | Bearer token required for HTTP mode. | |
| MCP_ALLOWED_DIR | No | Jail: restrict accessible directory tree. | |
| MCP_MAX_TIMEOUT | No | Maximum timeout in seconds. | 600 |
| MCP_DEFAULT_TIMEOUT | No | Default timeout in seconds. | 60 |
| MCP_BLOCKED_PATTERNS | No | CSV regex of blocked commands. | |
| MCP_MAX_OUTPUT_CHARS | No | Maximum output characters before truncation. | 100000 |
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_commandA | Executa um comando no terminal local (CMD/PowerShell/bash) e retorna a saída. A sessão é persistente: o diretório de trabalho definido por
|
| change_directoryB | Muda o diretório de trabalho da sessão (relativo ao cwd atual ou absoluto). |
| get_working_directoryA | Retorna o diretório de trabalho atual da sessão. |
| list_directoryC | Lista arquivos e pastas (default: diretório atual da sessão). |
| get_system_infoA | Retorna informações do sistema, shell e sessão (em JSON). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose: directory navigation, listing, command execution, and system info retrieval, with no overlaps.
All tool names follow a consistent verb_noun pattern with underscores, e.g., change_directory, get_system_info.
5 tools is well-scoped for a shell session management server, covering all essential operations without bloat.
The tool set fully covers the intended domain of persistent shell sessions, including navigation, listing, command execution, and system information.