Skip to main content
Glama

GABI MCP Server

GPL 3.0

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

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

      • A
        security
        A
        license
        A
        quality
        Professional Gemini API integration for Claude and MCP-compatible hosts with intelligent model selection and advanced file handling capabilities.
        Last updated -
        4
        2
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that enables interaction with Google Cloud Game Services API, allowing users to manage game server deployments, realms, and configurations through natural language.
        Last updated -
        Python
        • Linux
        • Apple
      • -
        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

      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