alabasta
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ALABASTA_RUN_ID | No | Correlates a resolution to an agent run (optional, used as externalRunId) | |
| ALABASTA_API_KEY | Yes | Workspace API key (alab_sk_...) generated in Alabasta settings | |
| ALABASTA_TASK_ID | No | Default task ID for this session (optional) | |
| ALABASTA_SITE_URL | Yes | The site URL of your Alabasta deployment (https://<deployment>.convex.site) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| alabasta_get_taskA | Read an Alabasta task (title, description, status, priority) before editing. Pass taskId or identifier (e.g. TOM-24). |
| alabasta_list_my_tasksA | List tasks assigned to you, optionally filtered by status. |
| alabasta_start_task_workB | Mark a task in progress before you begin editing. |
| alabasta_collect_git_contextA | Gather real diff stat, commits, PR state, and CI checks from the local repo (git + gh). Call before submitting and merge the result into alabasta_submit_task_resolution. Best-effort — missing pieces are omitted. |
| alabasta_submit_task_resolutionA | Submit a STRUCTURED resolution after completing work. Moves the task to review for a human to accept — it never marks the task done and never edits the task description. Distinguish verified from unverified claims. Do not include conversational prompts. |
| alabasta_mark_ready_for_reviewA | Move a task into review without submitting a full resolution. |
| alabasta_report_blockerA | Record why the task could not be completed, for a human to triage. |
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
- 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/cowboyshibuya/alabasta-agent-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server