Skip to content

Add @bldbl/mcp - Buildable AI Development Platform MCP Server #2128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 18, 2025

Conversation

chunkydotdev
Copy link
Contributor

Description

Adding @bldbl/mcp to the Community Servers section - a production-ready TypeScript MCP server that enables AI assistants to work directly with software development projects through the Buildable platform.

Server Details

  • Server: New Addition - @bldbl/mcp
  • Changes to: Community Servers list in README.md

Motivation and Context

The @bldbl/mcp server demonstrates a real-world application of MCP for structured AI-human collaboration in software development. It showcases:

  • Complex stateful workflows: Unlike simple API wrappers, this server manages ongoing development tasks with progress tracking
  • Professional implementation: Built with TypeScript MCP SDK, proper authentication, and comprehensive error handling
  • Active ecosystem participation: Already being used by developers with Claude Desktop and Cursor AI
  • Unique use case: Fills a gap for AI-powered project management and development workflow integration

This server exemplifies how commercial platforms can effectively integrate with the MCP ecosystem while providing genuine value to the developer community.

How Has This Been Tested?

Claude Desktop Integration: Tested with Claude Desktop using stdio transport
Cursor AI Integration: Tested with Cursor AI IDE integration
Real-world Usage: Currently being used by developers for actual project work
All 7 MCP Tools: Tested get_project_context, get_next_task, start_task, update_progress, complete_task, create_discussion, and health_check
Authentication Flow: Verified API key authentication and error handling
Documentation: Comprehensive setup guides tested with both AI clients

Breaking Changes

❌ No breaking changes - this is a new server addition to the community list.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

Additional context

Implementation Details:

  • Package: @bldbl/mcp (v1.0.7)
  • Platform: bldbl.dev
  • SDK: Built with official TypeScript MCP SDK
  • Transport: Stdio (Claude Desktop, Cursor AI compatible)
  • License: MIT (client) connecting to commercial platform
  • Authentication: Secure API key-based access with environment variables

Why Community Servers Section:
This is a third-party server (not an Anthropic reference implementation) that demonstrates real-world MCP usage for a commercial development platform. It shows how external companies can build production-quality MCP servers that integrate with the broader AI development ecosystem.

Alphabetical Placement:
Should be positioned at the beginning of Community Servers section, before "AgentQL" based on alphabetical ordering.

@olaservo olaservo added the add-community-server This pull request adds a link to a community-created server. label Jul 11, 2025
Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you move this to the client section? Thanks!

@olaservo olaservo added add-community-resource This pull request adds a link to a resource in the Readme. waiting for submitter Waiting for the submitter to provide more info and removed add-community-server This pull request adds a link to a community-created server. labels Jul 18, 2025
@chunkydotdev
Copy link
Contributor Author

I'm not sure I understand the rationale behind moving it to clients. While this package is a client, the whole magic happens on the server side of the application.

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think it was a little confusing whether this was actually a server or not.

Copy link
Member

@olaservo olaservo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, could you resolve the conflicts?

@chunkydotdev
Copy link
Contributor Author

Sorry, could you resolve the conflicts?

Absolutely! Should be fixed now

@olaservo olaservo merged commit e46adb8 into modelcontextprotocol:main Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add-community-resource This pull request adds a link to a resource in the Readme. waiting for submitter Waiting for the submitter to provide more info
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants