LogoSTMCP
Download
bldbl-mcp

@bldbl/mcp

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.

Tools

1. get_project_context

Get complete project context including plan, tasks, and recent activity.

2. get_next_task

Get the next recommended task to work on based on dependencies and priority.

3. start_task

Start working on a specific task with optional approach and timing estimates.

4. update_progress

Update progress on the current task with detailed status information.

5. complete_task

Mark a task as completed with detailed completion information.

6. create_discussion

Create a discussion/question for human input when you need guidance.

7. health_check

Check connectivity and health of the Buildable API.

Open Graph image for @bldbl/mcp

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information