MCP.so
登录
B

Buildable

@chunkydotdev

关于 Buildable

Buildable generates a phased backlog, scaffolds a private repo with CI, then serves JSON tasks through the Model-Controller-Prompt protocol. Any MCP-compatible assistant can pull tasks, push code, and move Kanban cards to Done.

基本信息

分类

开发工具

传输方式

stdio

发布者

chunkydotdev

提交者

Magnus Junghard

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "buildable": {
      "command": "npx",
      "args": [
        "-y",
        "@bldbl/mcp"
      ],
      "env": {
        "BUILDABLE_API_KEY": "<YOUR-API-TOKEN>",
        "BUILDABLE_PROJECT_ID": "<YOUR-PROJECT-ID>",
        "BUILDABLE_AI_ASSISTANT_ID": "<NAME-YOUR-ASSISTANT>"
      }
    }
  }
}

工具

7

概览

What is Buildable?

Buildable is an AI-powered development platform that provides AI-generated build plans, smart task management, collaboration tools, and real-time progress tracking. It integrates directly with AI assistants like Claude and GPT via the Model Context Protocol (MCP), enabling automated task execution and human–AI teamwork on complex projects.

How to use Buildable?

Install the MCP server via npm install -g @bldbl/mcp, obtain an API key from your project’s AI Assistants settings at bldbl.dev, then configure your AI assistant (Claude Desktop or Cursor AI) with a JSON config supplying BUILDABLE_API_KEY, BUILDABLE_PROJECT_ID, and BUILDABLE_AI_ASSISTANT_ID. After setup, the assistant can call tools such as get_project_context, get_next_task, start_task, update_progress, complete_task, create_discussion, and health_check.

Key features of Buildable

  • Full project context, plans, and task details
  • Autonomous task starting, progress updates, and completion
  • Human collaboration through discussions for blockers
  • Real-time live progress and status monitoring
  • Type‑safe API with comprehensive TypeScript definitions
  • Ready for Claude Desktop and Cursor AI

Use cases of Buildable

  • AI assistant plans and executes tasks within a software project
  • Developer teams track live progress and resolve blockers via discussions
  • Multi‑project environments managed by separate AI assistants
  • Automated onboarding and task prioritization for new contributors

FAQ from Buildable

How do I get a Buildable API key?

Go to your project on bldbl.dev, navigate to Project SettingsAI Assistants, and click Generate API Key. Keys start with bp_.

What environment variables are required?

BUILDABLE_API_KEY (required), BUILDABLE_PROJECT_ID (required), and BUILDABLE_AI_ASSISTANT_ID (recommended). BUILDABLE_API_URL is optional and defaults to https://bldbl.dev/api.

How do I configure Buildable for Cursor AI?

Use the one‑click integration from bldbl.dev’s Integrations page, or manually add a JSON config to Cursor’s MCP config file with the same environment variables.

What tools does the MCP server expose?

Seven tools: get_project_context, get_next_task, start_task, update_progress, complete_task, create_discussion, and health_check.

Is Buildable open source?

No. The software is proprietary and confidential. All rights are reserved by the Buildable team; it is a commercial platform.

评论

开发工具 分类下的更多 MCP 服务器