ACOMO MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACOMO_API_BASE | No | API のベースURL(ドメインのみを指定してください。`/api/v1` 等のパスは含めない)。例: `http://localhost:3000` | https://acomo.app |
| ACOMO_TENANT_ID | No | acomo テナントID。`callApi` で `x-tenant-id` ヘッダとして送信されます。例: `acomo-example` | |
| ACOMO_ACCESS_TOKEN | No | Bearer アクセストークン。`callApi` 時に `Authorization: Bearer <token>` を送信します。 | |
| ACOMO_OPENAPI_PATH | No | 読み込む OpenAPI 仕様ファイルのパス。通常は変更不要。 | /app/openapi.json |
| ACOMO_REQUEST_TIMEOUT_MS | No | リクエストタイムアウト(ミリ秒)。 | 30000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| healthB | acomo MCP server health check (fixed response) |
| list_apisB | acomoのAPI一覧を返す |
| describe_apiC | operationIdの詳細(paths/method/要約/原文)を返す |
| api_schemasC | operationIdからparameters/requestBody/responsesを抜粋 |
| generate_request_templateC | operationIdからpath/query/body雛形を生成 |
| call_apiC | operationIdを指定してAPIを呼び出す |
| list_componentsB | acomoのAPIスキーマ(components.schemas)の一覧を返す |
| describe_componentC | 指定schema名の詳細(JSON Schema)を返す |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| guide | Assists with design and implementation guided by the acomo API and principles. |
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/progress-all/acomo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server