- Buildable
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.
Overview
Overview
What is it?
@bldbl/mcp is an official npm package that connects AI assistants (Claude, Cursor, GPT) to the Buildable development platform via the Model Context Protocol (MCP).
Core Purpose
Enables AI assistants to autonomously work on software projects by:
- Getting project context and understanding codebase structure
- Finding and starting tasks based on priorities
- Tracking progress and updating status in real-time
- Communicating with human developers when input is needed
Key Features
- 🤖 AI Assistant Integration - Works with Claude Desktop, Cursor AI, and other MCP-compatible tools
- 📋 Smart Task Management - AI can start, update, and complete development tasks
- 💬 Human Collaboration - AI can ask questions and create discussions when blocked
- 📊 Progress Tracking - Real-time monitoring of what AI is working on
- 🔐 Secure Authentication - API key-based access with per-project permissions
Installation & Setup
- Install:
npm install -g @bldbl/mcp - Get API Key: Sign up at bldbl.dev → Project Settings → AI Assistants
- Configure AI Assistant: Add MCP server config with 3 environment variables:
BUILDABLE_API_KEY(your API key)BUILDABLE_PROJECT_ID(target project)BUILDABLE_AI_ASSISTANT_ID(unique identifier)
How It Works
- AI gets project context → understands current state, tech stack, priorities
- AI finds next task → gets recommended work based on dependencies
- AI starts working → begins task with approach and time estimates
- AI updates progress → provides detailed status with files modified, challenges
- AI asks questions → creates discussions when human input needed
- AI completes task → provides comprehensive completion summary
Target Users
- Developers using AI assistants for coding (Claude Desktop, Cursor AI)
- Teams wanting structured AI-human collaboration on projects
- Companies building AI-powered development workflows
Business Model
- Package: MIT licensed (free to use)
- Platform: Commercial service at bldbl.dev
- Strategy: Free client drives adoption of paid platform
Technical Details
- Language: TypeScript with full type definitions
- Protocol: Model Context Protocol (MCP) standard
- API: REST-based communication with Buildable platform
- Security: API key authentication, no hardcoded secrets
This package essentially turns any AI assistant into a collaborative development team member that can work autonomously while staying connected to human oversight and project management systems.
Server Config
{
"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>"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
chunkydotdevStar
-Language
-License
-Recommend Servers
View AllTavily Mcp
@tavily-ai
JavaScript
a year ago
Airtreks Mcp
@SEKeener
a day ago
Tickdb Mcp
@tickdb-unified-realtime-marketdata-api
18 minutes ago
Sigstore
@3089464667
a day ago
Test
@modelcontextprotocol
test
6 months ago