Buildable
@chunkydotdev
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}Tools
7Overview
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.
More Developer Tools MCP servers
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Comments