Chunkydotdev/bldbl-mcp

Chunkydotdev/bldbl-mcp

от chunkydotdev
MCP-сервер для AI-ассистентов, подключающий к платформе Buildable. Помогает управлять задачами, отслеживать прогресс и обсуждать проект с ИИ. Полезен командам, использующим Claude или GPT для ускор...

@bldbl/mcp

Official MCP client for Buildable - AI-powered development platform that makes any project buildable

@bldbl/mcp MCP server

npm version License: MIT smithery badge

This package enables AI assistants (Claude, GPT, etc.) to work directly with Buildable projects using the Model Context Protocol (MCP). AI assistants can get project context, manage tasks, track progress, and communicate with human developers.

🌟 What is Buildable?

Buildable (bldbl.dev) is an AI-powered development platform that makes any project buildable. It provides:

  • AI-Generated Build Plans: Comprehensive project roadmaps with implementation details
  • Smart Task Management: Automated task breakdown with dependencies and priorities
  • AI Assistant Integration: Direct integration with Claude, GPT, and other AI assistants
  • Real-time Collaboration: Seamless human-AI collaboration on complex projects
  • Progress Tracking: Live monitoring of development progress and blockers

🚀 Features

  • Full Project Integration: Get complete project context, plans, and task details
  • Autonomous Task Management: Start, update progress, and complete tasks
  • Human Collaboration: Create discussions for questions and blockers
  • Real-time Progress Tracking: Live updates and status monitoring
  • Type-Safe API: Full TypeScript support with comprehensive type definitions
  • Claude Desktop Ready: CLI interface for seamless Claude Desktop integration
complete_task

Параметры

  • task_idstringобязательный

    The ID of the task to complete

  • completion_notesstringобязательный

    Notes about task completion

  • files_modifiedstring[]

    List of files that were modified

  • testing_completedboolean

    Whether testing was completed

  • documentation_updatedboolean

    Whether documentation was updated

  • time_spentnumber

    Total time spent in minutes

create_discussion

Параметры

  • titlestringобязательный

    Title of the discussion/question

  • contentstringобязательный

    Detailed question or discussion content

  • urgencyenum

    Urgency level of the question

    lowmediumhigh
  • tagsstring[]

    Tags to categorize the discussion

get_next_task

Параметры

Без параметров.

get_project_context

Параметры

Без параметров.

health_check

Параметры

Без параметров.

start_task

Параметры

  • task_idstringобязательный

    The ID of the task to start

  • approachstring

    Optional approach or strategy for the task

  • estimated_durationnumber

    Estimated duration in minutes

  • notesstring

    Optional notes about the task

update_progress

Параметры

  • task_idstringобязательный

    The ID of the task being updated

  • progressnumberобязательный

    Progress percentage (0-100)

  • status_updatestringобязательный

    Brief status update message

  • completed_stepsstring[]

    List of completed steps

  • current_stepstring

    Current step being worked on

  • challengesstring[]

    Any challenges or blockers encountered

  • files_modifiedstring[]

    List of files that were modified

  • time_spentnumber

    Time spent in minutes

  • notesstring

    Additional notes

Другие проверенные MCP-сервера

kestra-io/mcp-server-python

kestra-io/mcp-server-python

официальный

MCP сервер для интеграции AI-ассистентов с платформой Kestra. Инструмент предоставляет управление потоками, выполнениями и логами. Работает в Docker и локально через uv. Полезен разработчикам для автоматизации процессов.

Python28
qiniu/qiniu-mcp-server

qiniu/qiniu-mcp-server

официальный

MCP сервер для доступа к облачным сервисам Qiniu: управление хранилищем (bucket, файлы, загрузка), CDN (обновление/предварительная загрузка ссылок), живыми трансляциями (создание пространств и пото...

Python38
designcomputer/mysql_mcp_server

designcomputer/mysql_mcp_server

MCP инструмент для безопасной работы AI-агентов с MySQL. Выполняет SQL-запросы, возвращает схему таблиц и выборки данных. Помогает разработчикам и аналитикам контролировать доступ, избегая SQL-инъекций и используя SSL/TLS.

Python1333
Vultr MCP

Vultr MCP

официальный

Сервер Vultr MCP позволяет AI-агентам управлять облачными ресурсами через естественный язык. Инструменты генерируются из OpenAPI, поддерживаются STDIO и HTTP, аутентификация по API ключу и OAuth. Подходит для DevOps.

Python1
Github MCP

Github MCP

официальный

MCP-сервер для подключения AI-агентов к GitHub: читает код и репозитории, управляет issues и PR, анализирует коммиты и CI/CD. Cервер автоматизирует workflow через естественный язык. Полезен разрабо...

Go31546
mnemox-ai/idea-reality-mcp

mnemox-ai/idea-reality-mcp

официальный

MCP-сервер автоматически проверяет, не сделал ли кто-то уже вашу идею. Сканирует GitHub, Hacker News и другие источники, возвращает оценку реалистичности (0-100) с трендами и советами по пивоту. По...

Python760
© Каталог MCP, 2026. Все права защищены.
Проект не аффилирован с Anthropic и любыми упомянутыми продуктами.
Все названия и торговые марки принадлежат их владельцам.
Контакты для связи: hi@mcp-katalog.ru

Лука Никитин