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 | |
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/brigsd/mcp-ia-web'
If you have feedback or need assistance with the MCP directory API, please join our Discord server