keelen-mcp
keelen-mcp
从聊天窗口接入一支自主开发团队:一句话搞定。
将 SETUP.md 粘贴到 Claude(或任何支持 MCP 的智能体中),然后说一句 "set me up"。你的智能体会创建账户、连接你的 GitHub 仓库, 并提交第一个构建请求。此后,一个有边界的 PM → 开发 → 验证循环会把纯英文请求变成经过测试、已合并的拉取请求,而你可以全程在聊天中掌控一切。
无需仪表盘即可驱动。不转售令牌:该循环运行在 你自己的 Claude、Codex、GLM 或 Kimi 密钥上。 每一项变更在合入之前都会通过你的测试和 CI。
本仓库仅包含文档。它描述了托管在
https://keelen.ai/mcp 的 Model Context
Protocol(MCP)服务器,以及如何在不离开智能体的情况下驱动从注册 → 连接 → 交付的完整流程。
Keelen 能做什么
Keelen 是作为托管服务的循环工程。 你描述你想构建的内容并在聊天中掌控方向;一个有边界的、持续的 PM → 开发 → QA 循环负责其余工作。针对你的 GitHub 仓库,它把你的请求转化为路线图项和任务、编写代码、开启拉取请求、运行你的测试并回报结果——而你全程在你的聊天窗口(或智能体的窗口)中持续掌控。
每一项变更在落地前都经过验证。 Keelen 将每个拉取请求的门禁建立在你的测试套件和 CI 之上——而非智能体对自己工作的主观判断——任何未通过的内容都会被保留下来进行自动返工,而不是合并。
Related MCP server: cc-agent
60 秒完成设置
Claude Code —— 以无令牌方式连接服务器,然后将设置脚本交给你的智能体:
claude mcp add --transport http keelen https://keelen.ai/mcp然后将 SETUP.md 的内容粘贴到你的智能体中,说一句
"set me up"。它会询问你的邮箱,要求你输入收件箱中收到的 6 位验证码,然后从那里继续——引擎连接、GitHub 连接、首个项目和资源供给,全流程一步到位。
使用其他客户端?请参阅各客户端指南:
正在构建 Roblox 游戏?Keelen 可以根据纯语言请求生成美术、音频、网格体、天空盒和动画角色——参见
roblox-assets.md。
工具(摘要)
服务器公开了 29 个工具。其中两个无需任何密钥即可使用(signup、
verify_email);其余工具需要 verify_email 返回的 Bearer 密钥。包含参数和行为的完整参考:TOOLS.md。
分组 | 工具 |
入门 |
|
引导 |
|
项目与路线图 |
|
其他 |
|
该服务器在同一个端点上同时支持 MCP 协议修订版 2026-07-28 以及更早的
握手修订版——客户端无需任何操作。详情参见 clients/generic.md;
值得注意的契约变更见 CHANGELOG.md。
常见问题
在我同意之前,我的代码会被触碰吗? 不会。以无令牌方式连接 MCP
服务器只允许你注册和验证邮箱——它无法查看、读取或修改任何仓库。connect_github
需要你明确批准 GitHub App 安装,之后的每一次构建都在按租户隔离的工作空间中运行,且仅限你自己的工作区。
费用是多少? 注册、连接 GitHub 和创建项目均免费。
开始运行自主循环(计算)需要有效的订阅——当你准备好时,get_billing
会返回一个 Stripe 结账链接。未付费的工作区可以完成直到项目创建和供给之前的所有操作;迭代从订阅生效后开始。
如何撤销访问权限? 通过此流程生成的每个密钥都可以单独撤销。前往你的 Keelen 仪表盘 → API 密钥 并删除该密钥。撤销立即生效;如需继续调用服务器,你需要一个新的密钥(重新执行注册流程,或从仪表盘生成一个新密钥)。
完整安全模型请参阅 SECURITY.md:MCP 服务器可以访问和不能访问的内容、速率限制以及密钥处理方式。
支持
如有问题或疑问:support@keelen.ai
This server cannot be installed
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
- Alicense-qualityCmaintenanceMCP server that equips AI agents with dev workflow tools including GitHub project management, conventional commits, visual regression testing, Jira/Confluence integration, and a persistent memory knowledge graph.25MIT
- AlicenseAqualityBmaintenanceMCP server that spawns autonomous Claude Code agents in GitHub repos, enabling task delegation with persistent state, multi-step workflows, and job monitoring.471632Apache 2.0
- AlicenseAqualityBmaintenanceAn MCP server that enables autonomous code development by pulling GitHub issues, fixing them in a sandboxed environment, running tests, opening PRs, and promoting to production upon human approval.3AGPL 3.0
- AlicenseAqualityCmaintenanceMCP server for developer workflow automation — smart commits, secret scanning, PR descriptions, and more.5MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
An MCP server that gives your AI access to the source code and docs of all public github repos
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/jamie7893/keelen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server