Skip to main content
Glama

GABI MCP Server

README.md1.02 kB
MCP server exposing [gabi](https://github.com/app-sre/gabi). This allows running queries against the target. You will need to set the GABI endpoint and the relevant access token, to be passed as environment variables. # Claude Desktop config ## Running with Podman or Docker Replace ENDPOINT and REDACTED with your values ``` { "mcpServers": { "gabi": { "command": "podman", "args": [ "run", "-i", "--rm", "-e", "ACCESS_TOKEN", "-e", "GABI_ENDPOINT", "quay.io/adecorte/gabi-mcp:0.1.1" ], "env": { "ACCESS_TOKEN": "REDACTED", "GABI_ENDPOINT": "ENDPOINT" } } } } ``` ## Running directly with uv ``` { "mcpServers": { "gabi": { "command": "$PATH/uv", "args": [ "--directory", "$YOURPATH/gabi-mcp", "run", "gabi.py" ] } } } ```

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/andreadecorte/gabi-mcp'

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