apollo-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@apollo-mcp-servershow config for namespace 'application' in DEV cluster"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Apollo MCP Server
Apollo 配置中心的 MCP (Model Context Protocol) 服务,使大语言模型能够通过配置的 Apollo 地址和 Token 对 Apollo 进行查询和操作。支持 Cursor、Trae、Claude Desktop 等 MCP 客户端。
功能
基于 Apollo 开放平台接口文档 实现以下能力:
应用与集群:list_apps、get_app_env_clusters、get_cluster、create_cluster
命名空间:list_namespaces、get_namespace、create_namespace、get_namespace_lock
配置项:list_items、get_item、create_item、update_item、delete_item
发布与回滚:get_latest_release、publish_release、rollback_release
应用创建:create_app
Related MCP server: Apifox MCP Server
前提条件
Apollo Portal 已部署并可访问
在 Portal 的
http://{portal_address}/open/add-consumer.html创建第三方应用并获取 Token在
http://{portal_address}/open/manage.html为 Token 绑定可操作的 Namespace
具体可参考官方指引: https://www.apolloconfig.com/#/zh/portal/apollo-open-api-platform
安装
从 PyPI 安装(推荐)
pip install apollo-mcp-server或使用 uvx 无需安装即可运行:
uvx apollo-mcp-server --url http://your-apollo:8070 --token your_token开发模式(从源码安装)
pip install -e .
# 或
uv pip install -e .配置
使用方式
apollo-mcp-server --url http://your-apollo-portal:8070 --token your_open_api_token
--url为 Apollo Portal 根地址(不含/openapi/v1/后缀),如http://localhost:8070。
或
python -m mcp_server_apollo --url http://your-apollo-portal:8070 --token your_open_api_tokenCursor / Trae / Claude Desktop 配置
在 ~/.cursor/mcp.json(Cursor)、Trae 或 claude_desktop_config.json(Claude)中添加:
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": [
"apollo-mcp-server",
"--url",
"http://your-apollo-portal:8070",
"--token",
"your_open_api_token"
]
}
}
}也可通过环境变量配置(需 apollo-mcp-server >= 1.0.0):
{
"mcpServers": {
"apollo": {
"command": "uvx",
"args": ["apollo-mcp-server"],
"env": {
"APOLLO_URL": "http://your-apollo-portal:8070",
"APOLLO_TOKEN": "your_open_api_token"
}
}
}
}开发
# 安装依赖
pip install -e .
# 本地运行(无需安装,从项目目录)
PYTHONPATH=src python -m mcp_server_apollo --url http://localhost:8070 --token your_token
# 或安装后直接运行
apollo-mcp-server --url http://localhost:8070 --token your_token许可证
MIT License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables querying and editing configuration items in Apollo Config Center using portal login, with support for multiple environments, clusters, and namespaces.Last updated21MIT
- Alicense-qualityAmaintenanceEnables LLMs to manage Apifox API projects, including listing, creating, updating, and deleting API endpoints and schemas via natural language.Last updated31MIT
- Alicense-qualityCmaintenanceEnables AI assistants to interact with Argo CD applications through natural language, supporting tools for application management, cluster management, and resource management.Last updated17,054549Apache 2.0
- AlicenseAqualityCmaintenanceMCP server that exposes all AgileConfig RESTful APIs as tools, enabling AI assistants to manage configuration, applications, users, nodes, and more via natural language.Last updated36329MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).
Create and manage AI agents that collaborate and solve problems through natural language interacti…
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/iceycn/mcp-server-apollo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server