cueapi-mcp
Officialcueapi-mcp
CueAPI 的官方 Model Context Protocol 服务器 —— 这是一个用于 AI 代理的开源执行问责原语。
让您支持 MCP 的助手(Claude Desktop、Cursor、Zed 或任何其他 MCP 主机)能够调度代理工作、获取执行历史记录,并使用有证据支持的结果报告来闭环 —— 所有这些都在对话中完成。
为什么
CueAPI 让代理的静默失败成为不可能:每次计划的运行都必须带回实际发生情况的证据 —— 外部 ID、结果 URL 或工件 —— 然后才能关闭循环。此 MCP 服务器将该原语直接暴露给代理本身,因此代理既可以调度自己的后续工作,也可以通过证明报告结果。
安装
npm install -g @cueapi/mcp
# or use via npx (no install):
npx -y @cueapi/mcp配置 (Claude Desktop)
将其添加到您的 Claude Desktop 配置中(macOS 上为 ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"cueapi": {
"command": "npx",
"args": ["-y", "@cueapi/mcp"],
"env": {
"CUEAPI_API_KEY": "cue_sk_..."
}
}
}
}在 cueapi.ai 生成您的 API 密钥。自托管?请设置 CUEAPI_BASE_URL 和 CUEAPI_API_KEY。
配置 (Cursor / Zed / 其他主机)
任何支持 stdio 服务器的 MCP 主机都可以运行此程序。将主机指向 cueapi-mcp 二进制文件,并在环境中传递 CUEAPI_API_KEY。
暴露的工具
工具 | 功能 |
| 创建循环 (cron) 或一次性 ( |
| 列出提示,按状态过滤 |
| 获取单个提示的详细信息 |
| 暂停提示,使其停止触发 |
| 恢复已暂停的提示 |
| 永久删除提示 |
| 列出历史执行记录,按提示/状态过滤 |
| 报告带有证据(外部 ID / URL)的一次性结果 |
对话示例
您: 安排一个每天上午 9 点的任务,将摘要发布到我的 webhook。
助手(使用
cueapi_create_cue): 已创建提示cue_abc123,首次触发时间为明天 UTC 时间 9:00。您: 向我展示它最后五次的运行记录。
助手(使用
cueapi_list_executions): ...
开发
npm install
npm test # vitest smoke tests for the tool surface
npm run build # compile TypeScript to dist/
npm run dev # run the server locally with tsx链接
CueAPI 主页: https://cueapi.ai
Model Context Protocol: https://modelcontextprotocol.io
许可证
MIT © Vector Apps Inc.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/cueapi/cueapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server