Official MCP client for Buildable, an AI-powered development platform that enables AI assistants to work directly with projects using the Model Context Protocol for task management and collaboration.
Get complete project context including plan, tasks, and recent activity.
Get the next recommended task to work on based on dependencies and priority.
Start working on a specific task with optional approach and timing estimates.
Update progress on the current task with detailed status information.
Mark a task as completed with detailed completion information.
Create a discussion/question for human input when you need guidance.
Check connectivity and health of the Buildable API.
{
"mcpServers": {
"buildable": {
"command": "npx",
"args": ["-y", "@bldbl/mcp"],
"env": {
"BUILDABLE_API_KEY": "bp_your_api_key_here",
"BUILDABLE_PROJECT_ID": "your-project-id",
"BUILDABLE_AI_ASSISTANT_ID": "claude-desktop"
}
}
}
}