Skip to main content
Glama
andreadecorte

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"
          }
      }
    }
}

Related MCP server: SentinelScan Cloud MCP Server

Running directly with uv

{
    "mcpServers": {
        "gabi": {
            "command": "$PATH/uv",
            "args": [
                "--directory",
                "$YOURPATH/gabi-mcp",
                "run",
                "gabi.py"
            ]
        }
    }
}
Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.
  • A
    license
    A
    quality
    B
    maintenance
    MCP server exposing SPARQL query functionalities for LLMs, enabling query execution, validation, and graph exploration across SPARQL endpoints.
    7
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    An MCP server with HTTP/stdio support, a web admin panel for managing services, capabilities, and user permissions with Bearer token authentication, enabling relay and access control for MCP tools.

View all related MCP servers

Related MCP Connectors

  • An authenticated remote MCP server for user-owned devices and one-shot capability invocation.

  • MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.

  • An MCP server giving access to Grafana dashboards, data and more.

View all MCP Connectors

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

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