Skip to main content
Developer ToolsTypeScript

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.

developer-toolscloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/chunkydotdev/bldbl-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bldbl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Chunkydotdev/bldbl-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
chunkydotdev