Skip to main content
Glama

GABI MCP Server

MCP server exposing 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" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

An MCP server that exposes GABI functionality, allowing users to run queries against a target endpoint with proper authentication.

  1. Running with Podman or Docker
    1. Running directly with uv

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        An MCP server that provides access to Google's API Discovery Service, allowing agents to discover and interact with Google APIs through natural language commands.
        Last updated -
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables authentication and authorization with Google's OAuth2 API, allowing users to securely authenticate and access Google services through natural language interactions.
        Last updated -
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        An MCP Server that enables interaction with Google's Service Usage API, allowing management and control of which Google Cloud Platform APIs and services are enabled for a project.
        Last updated -
        Python
      • -
        security
        F
        license
        -
        quality
        An MCP Server that provides access to Google's Search Console API, allowing users to interact with website search performance data and manage search presence through natural language.
        Last updated -
        Python

      View all related MCP servers

      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