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.
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
コメント