GABI MCP Server
Enables running queries against gabi, a GitHub application that likely provides analytics or insights about GitHub repositories or organizations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GABI MCP Servershow me the latest deployment status for production"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityCmaintenanceMCP Server for interacting with Cube semantic layers that provides tools for querying and describing data from Cube deployments.Last updated13GPL 3.0
- Flicense-qualityDmaintenanceA remote MCP server that exposes mock application security testing data (applications, scans, issues) for LLM clients to query security posture using natural language.Last updated
- AlicenseAqualityBmaintenanceMCP server exposing SPARQL query functionalities for LLMs, enabling query execution, validation, and graph exploration across SPARQL endpoints.Last updated7MIT
- Flicense-qualityBmaintenanceAn 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.Last updated
Related MCP Connectors
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.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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