Skip to main content
Glama
lyj5812

Archery MCP

by lyj5812

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARCHERY_URLYesArchery root URL
ARCHERY_TIMEOUTNoHTTP timeout in seconds, default 3030
ARCHERY_PASSWORDYesService account password
ARCHERY_USERNAMEYesService account username
ARCHERY_EXPORT_DIRNoCSV export directory, default 'exports' for Python/EXE, '/exports' in Dockerexports
ARCHERY_VERIFY_TLSNoWhether to verify TLS certificate, default truetrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
archery_healthA

检查 Archery 是否可访问并返回版本;不执行登录。

archery_login_statusA

使用配置的用户名和密码登录,确认账号可用于 MCP。

archery_list_instancesA

分页查询当前 Archery 账号有权查看的数据库实例。

archery_list_query_instancesA

查询当前账号所在资源组中允许只读查询的实例。

archery_list_databasesB

查询指定可读实例中的数据库;实例归属由 Archery 校验。

archery_queryA

执行单条受限只读查询;最多返回 5000 行。

archery_export_queryA

将只读查询分批导出为 CSV;默认每页 5000 行,不限制总行数。

archery_list_workflowsC

分页查询当前账号有权查看的 SQL 工单。

archery_workflow_statusB

查询一个有权查看的 SQL 工单当前状态。

archery_workflow_detailB

查询一个有权查看的 SQL 工单审核或执行明细。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lyj5812/archery-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server