Archery 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., "@Archery MCP ServerList all SQL audit tickets pending my approval"
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.
Archery MCP Server
将 Archery SQL 审核查询平台的 API 封装为 MCP 工具,让 AI Agent(Kiro/Claude/Cursor 等)能够直接操作 Archery 平台。
一键安装(推荐)
作为 Agent Skill 安装,自动配置 MCP:
npx skills add ckall/archery-mcp-server安装后在 MCP 配置中填入你的 Archery 连接信息即可使用。
Related MCP server: Tiger CLI MCP Server
手动安装
方式一:uvx(无需预装,推荐)
{
"mcpServers": {
"archery": {
"command": "uvx",
"args": ["archery-mcp-server@latest"],
"env": {
"ARCHERY_BASE_URL": "http://archery.example.com",
"ARCHERY_USERNAME": "admin",
"ARCHERY_PASSWORD": "your_password"
}
}
}
}方式二:pip install
pip install archery-mcp-server然后配置 MCP:
{
"mcpServers": {
"archery": {
"command": "archery-mcp",
"env": {
"ARCHERY_BASE_URL": "http://archery.example.com",
"ARCHERY_USERNAME": "admin",
"ARCHERY_PASSWORD": "your_password"
}
}
}
}环境变量
变量 | 必填 | 说明 |
| ✅ | Archery 平台地址 |
| ✅ | 登录用户名 |
| ✅ | 登录密码 |
功能覆盖(26 个工具)
模块 | 工具数 | 能力 |
SQL 工单管理 | 6 | 提交/查看/审核/执行/待办/日志 |
SQL 审核 | 1 | 语法检查(goInception) |
SQL 查询 | 6 | 执行查询/浏览资源/表结构/历史/收藏 |
实例管理 | 6 | CRUD/资源浏览/按表名查实例 |
用户管理 | 4 | CRUD |
资源组/权限组 | 4 | 列表/创建 |
详细工具说明见 SKILL.md。
项目结构
archery-mcp-server/
├── SKILL.md # Agent Skill 定义(安装即用)
├── pyproject.toml # Python 包配置
├── mcp.json # MCP 配置示例
└── src/archery_mcp/
├── __init__.py
├── client.py # Archery API 客户端(JWT认证)
└── server.py # MCP Server(26个工具)开发
# 克隆
git clone https://github.com/ckall/archery-mcp-server.git
cd archery-mcp-server
# 安装开发依赖
pip install -e .
# 本地运行
export ARCHERY_BASE_URL=http://localhost:9123
export ARCHERY_USERNAME=admin
export ARCHERY_PASSWORD=admin
archery-mcp兼容性
Python 3.10+
Archery 1.8+(需启用 REST API)
支持所有 MCP 兼容的 AI IDE:Kiro、Claude Code、Cursor、Windsurf 等
License
MIT
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
- FlicenseAqualityDmaintenanceEnables LLM agents to perform CRUD operations across multiple databases including PostgreSQL, MySQL, and SQL Server using SQLAlchemy. It features configurable permission management and secure connection handling with automatic password redaction.Last updated4

Tiger CLI MCP Serverofficial
Alicense-qualityAmaintenanceEnables AI assistants to manage and query Tiger Cloud database services, including service lifecycle operations, database connections, and SQL execution.Last updated115Apache 2.0- Alicense-qualityDmaintenanceEnables AI assistants like Claude to interact with Atomicwork tickets, requests, and workflows through natural language, providing tools for listing, searching, and managing tickets.Last updatedMIT
- -license-qualityCmaintenanceEnables AI assistants to manage helpdesk tickets by viewing open tickets and resolving them with resolution notes via a MySQL database.Last updated
Related MCP Connectors
Runtime permission, approval, and audit layer for AI agent tool execution.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
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/ckall/archery-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server