Gealo MCP Server
by MHDYousuf
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEALO_SCOPE | No | OAuth / service-account scope | mcp:read |
| GEALO_MCP_URL | No | Full MCP URL override (alternative to GEALO_TENANT_SLUG) | |
| GEALO_AUTH_MODE | No | Authentication mode: 'oauth' (interactive PKCE) or 'service_account' (headless) | oauth |
| GEALO_CLIENT_ID | No | Service account ID (required when GEALO_AUTH_MODE=service_account) | |
| GEALO_TRANSPORT | No | Remote transport strategy passed to the bridge | http-only |
| GEALO_TENANT_SLUG | No | Tenant slug (e.g., 'acme' for https://acme.gealo.app/mcp) | |
| GEALO_CLIENT_SECRET | No | Service account API key (required when GEALO_AUTH_MODE=service_account) | |
| MCP_REMOTE_CONFIG_DIR | No | OAuth token cache directory (mount a volume) | /home/gealo/.mcp-auth |
| GEALO_ENABLE_HTTP_PROXY | No | Set 'true' to honor HTTP_PROXY / HTTPS_PROXY | false |
| GEALO_OAUTH_CALLBACK_PORT | No | OAuth callback port (map with -p in Docker) | auto |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/MHDYousuf/gealo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server