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.
Quick Start
Clone the repository:
git clone https://github.com/chunkydotdev/bldbl-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bldbl-mcp": {
"command": "npx",
"args": [
"-y",
"Chunkydotdev/bldbl-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.