Skip to main content
Glama
brigsd

mcp-ia-web

by brigsd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP host address.127.0.0.1
MCP_PORTNoHTTP port.8000
MCP_SHELLNoShell to use: auto, cmd, powershell, bash, sh.auto
MCP_START_DIRNoInitial working directory for the session (default: current working directory).
MCP_TRANSPORTNoTransport mode: 'stdio' or 'http'.stdio
MCP_AUTH_TOKENNoBearer token required for HTTP mode.
MCP_ALLOWED_DIRNoJail: restrict accessible directory tree.
MCP_MAX_TIMEOUTNoMaximum timeout in seconds.600
MCP_DEFAULT_TIMEOUTNoDefault timeout in seconds.60
MCP_BLOCKED_PATTERNSNoCSV regex of blocked commands.
MCP_MAX_OUTPUT_CHARSNoMaximum output characters before truncation.100000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_directory é mantido entre chamadas. Use timeout (segundos) para comandos demorados; o limite máximo é controlado por MCP_MAX_TIMEOUT.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/brigsd/mcp-ia-web'

If you have feedback or need assistance with the MCP directory API, please join our Discord server