Buildable
@chunkydotdev
关于 Buildable
Buildable generates a phased backlog, scaffolds a private repo with CI, then serves JSON tasks through the Model-Controller-Prompt protocol. Any MCP-compatible assistant can pull tasks, push code, and move Kanban cards to Done.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"buildable": {
"command": "npx",
"args": [
"-y",
"@bldbl/mcp"
],
"env": {
"BUILDABLE_API_KEY": "<YOUR-API-TOKEN>",
"BUILDABLE_PROJECT_ID": "<YOUR-PROJECT-ID>",
"BUILDABLE_AI_ASSISTANT_ID": "<NAME-YOUR-ASSISTANT>"
}
}
}
}工具
7概览
What is Buildable?
Buildable is an AI-powered development platform that provides AI-generated build plans, smart task management, collaboration tools, and real-time progress tracking. It integrates directly with AI assistants like Claude and GPT via the Model Context Protocol (MCP), enabling automated task execution and human–AI teamwork on complex projects.
How to use Buildable?
Install the MCP server via npm install -g @bldbl/mcp, obtain an API key from your project’s AI Assistants settings at bldbl.dev, then configure your AI assistant (Claude Desktop or Cursor AI) with a JSON config supplying BUILDABLE_API_KEY, BUILDABLE_PROJECT_ID, and BUILDABLE_AI_ASSISTANT_ID. After setup, the assistant can call tools such as get_project_context, get_next_task, start_task, update_progress, complete_task, create_discussion, and health_check.
Key features of Buildable
- Full project context, plans, and task details
- Autonomous task starting, progress updates, and completion
- Human collaboration through discussions for blockers
- Real-time live progress and status monitoring
- Type‑safe API with comprehensive TypeScript definitions
- Ready for Claude Desktop and Cursor AI
Use cases of Buildable
- AI assistant plans and executes tasks within a software project
- Developer teams track live progress and resolve blockers via discussions
- Multi‑project environments managed by separate AI assistants
- Automated onboarding and task prioritization for new contributors
FAQ from Buildable
How do I get a Buildable API key?
Go to your project on bldbl.dev, navigate to Project Settings → AI Assistants, and click Generate API Key. Keys start with bp_.
What environment variables are required?
BUILDABLE_API_KEY (required), BUILDABLE_PROJECT_ID (required), and BUILDABLE_AI_ASSISTANT_ID (recommended). BUILDABLE_API_URL is optional and defaults to https://bldbl.dev/api.
How do I configure Buildable for Cursor AI?
Use the one‑click integration from bldbl.dev’s Integrations page, or manually add a JSON config to Cursor’s MCP config file with the same environment variables.
What tools does the MCP server expose?
Seven tools: get_project_context, get_next_task, start_task, update_progress, complete_task, create_discussion, and health_check.
Is Buildable open source?
No. The software is proprietary and confidential. All rights are reserved by the Buildable team; it is a commercial platform.
开发工具 分类下的更多 MCP 服务器
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.

Sentry
modelcontextprotocolModel Context Protocol Servers
评论