Skip to main content
Glama

ACOMO MCP Server

by progress-all

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACOMO_API_BASENoAPI のベースURL(ドメインのみを指定してください。`/api/v1` 等のパスは含めない)。例: `http://localhost:3000`https://acomo.app
ACOMO_TENANT_IDNoacomo テナントID。`callApi` で `x-tenant-id` ヘッダとして送信されます。例: `acomo-example`
ACOMO_ACCESS_TOKENNoBearer アクセストークン。`callApi` 時に `Authorization: Bearer <token>` を送信します。
ACOMO_OPENAPI_PATHNo読み込む OpenAPI 仕様ファイルのパス。通常は変更不要。/app/openapi.json
ACOMO_REQUEST_TIMEOUT_MSNoリクエストタイムアウト(ミリ秒)。30000

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
guideAssists with design and implementation guided by the acomo API and principles.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
health

acomo MCP server health check (fixed response)

list_apis

acomoのAPI一覧を返す

describe_api

operationIdの詳細(paths/method/要約/原文)を返す

api_schemas

operationIdからparameters/requestBody/responsesを抜粋

generate_request_template

operationIdからpath/query/body雛形を生成

call_api

operationIdを指定してAPIを呼び出す

list_components

acomoのAPIスキーマ(components.schemas)の一覧を返す

describe_component

指定schema名の詳細(JSON Schema)を返す

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