MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Chunkydotdev/bldbl-mcp
Code ExecutionOfficialTypeScript
C

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.

0 starsUpdated Aug 28, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago