andreadecorte

Claude Desktop config

Community andreadecorte
Updated

MCP server for GABI

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

MCP Server ยท Populars

MCP Server ยท New

    Decodo

    Decodo MCP Server

    The Decodo MCP server which enables MCP clients to interface with services.

    Community Decodo
    kuberstar

    Qartez MCP

    Semantic code intelligence MCP server for Claude Code - project maps, symbol search, impact analysis, and more

    Community kuberstar
    aovestdipaperino

    tokensave

    Rust port of CodeGraph โ€” a local-first code intelligence system that builds semantic knowledge graphs from codebases. Ported from the original TypeScript implementation by @colbymchenry.

    Community aovestdipaperino
    jpicklyk

    MCP Task Orchestrator

    Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce โ€” the server blocks the call if they don't. Works with any MCP-compatible client.

    Community jpicklyk
    AgentsID-dev

    AgentsID Scanner

    Security scanner for MCP servers. Grades auth, permissions, injection risks, and tool safety. The Lighthouse of agent security.

    Community AgentsID-dev