Chunkydotdev/bldbl-mcp
Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Ads
Overview
Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Installation
npx -y @smithery/cli install @buildable/bldbl-mcp --client claude
Configuration
{
"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"
}
}Capabilities
- Get full project context
Retrieve the project plan, tasks, and recent activity with `get_project_context`.
- Find the next priority task
Ask the AI to call `get_next_task` to identify what to work on based on dependencies and priority.
- Start and track a task
Begin work on a specific task via `start_task` and report incremental progress with `update_progress`.
- Complete a task
Mark a task finished with detailed completion notes using `complete_task`.
- Request human input
Create a discussion for blockers or decisions via `create_discussion`.
- Verify connectivity
Check the Buildable API connection status with `health_check`.
Tags
- development
- project-management
- ai-agent
- task-management
- collaboration
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.