ao-config-mcp

ao-config-mcp

MCP server for Aptos ONE configuration management, enabling schema intelligence, change set management, distribution workflows, and cross-environment comparison.

Category
访问服务器

README

ao-config-mcp

MCP server for Aptos ONE configuration management. Provides tools for schema intelligence, change set management, distribution workflows, and cross-environment comparison.

Tools

Session Management

  • set_domain — Set active AO domain for the session
  • get_domain — Get current active domain

Schema Intelligence (local, no auth)

  • search_blocks — Fuzzy search block definitions from scp-schema-configuration
  • explain_config — Look up a property in schemas + grep TS consumer repos for usage
  • sync_schema_repo — Git pull scp-schema-configuration (for teammates with repo access)

Block Operations

  • block_list — List blocks in a live environment
  • block_fetch — Fetch a block definition from a live environment
  • block_validate_data — Validate JSON data against a block's schema

Settings

  • settings_fetch — Fetch current settings from a live environment

Change Sets

  • change_set_create — Create changeset template from current settings
  • change_set_fetch — Fetch existing changeset by UUID
  • change_set_list — List changesets (filterable)
  • change_set_post — Post changeset to environment
  • change_set_publish — Publish a changeset
  • change_set_put — Update existing changeset

Distributions

  • distribution_create — Create distribution JSON
  • distribution_fetch — Fetch distribution by UUID
  • distribution_list — List distributions
  • distribution_post — Post distribution to environment
  • distribution_cancel — Cancel pending distribution

Migrations

  • migration_validate — Validate migration file locally
  • migration_post — Post migration to environment

Comparison

  • compare_config — Compare settings across two domains with structured diff

Setup

npm install

Tiers

The server works in two tiers depending on what's configured:

CLI-only tier (minimum setup — no schema repo needed):

  • Change set tools (create, fetch, list, post, publish, put)
  • Distribution tools (create, fetch, list, post, cancel)
  • Migration tools (validate, post)
  • Settings fetch
  • Block list/fetch from live environments
  • Compare config across environments
  • Requires: ao-config CLI available (either globally or via the schema repo)

Full tier (with schema repo):

  • Everything in CLI-only tier, plus:
  • search_blocks — local schema search
  • explain_config — property lookup in schemas + code search
  • sync_schema_repo — keep schemas up to date
  • block_validate_data — local JSON validation against schemas
  • Requires: local clone of scp-schema-configuration

Environment Variables

All optional. Configure what you have access to:

# Full tier: point to your local scp-schema-configuration clone
SCHEMA_REPO_PATH=/path/to/scp-schema-configuration

# For explain_config code search (optional, enhances full tier)
CONSUMER_REPOS=/path/to/repo1,/path/to/repo2,/path/to/repo3

# Where generated changeset/distribution files go (defaults to ~/Config)
OUTPUT_DIR=~/Config

# Auto-pull schema repo on startup (for teammates with git access)
AUTO_SYNC=false

# Default domain to avoid passing it on every call
DEFAULT_DOMAIN=

MCP Config (in ~/.kiro/settings/mcp.json)

{
  "ao-config": {
    "command": "/path/to/ao-config-mcp/node_modules/.bin/tsx",
    "args": ["/path/to/ao-config-mcp/src/index.ts"],
    "env": {
      "SCHEMA_REPO_PATH": "/path/to/scp-schema-configuration",
      "CONSUMER_REPOS": "/path/to/repo1,/path/to/repo2",
      "OUTPUT_DIR": "~/Config",
      "AUTO_SYNC": "false",
      "DEFAULT_DOMAIN": ""
    }
  }
}

Auth

The ao-config CLI handles authentication via Keycloak browser login. First run requires a browser-based login, after which tokens are cached and subsequent calls are non-interactive.

For Teammates with scp-schema-configuration Access

Set AUTO_SYNC=true to automatically pull latest schemas on server startup, or use the sync_schema_repo tool on-demand.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选