BluestoneApps MCP Remote Server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Supports configuration through .env files for setting up transport protocols, authentication credentials, and server parameters.
Provides integration with Codeium through the Windsurf/Cascade interface, allowing access to BluestoneApps coding standards and code examples for React Native development.
Enables containerized deployment of the MCP server with ready-made scripts for building, pushing, and deploying Docker images.
BluestoneApps MCP Remote Server
This server implements the Model Context Protocol (MCP) over HTTP, allowing remote access to BluestoneApps coding standards and code examples.
Features
- Implements MCP protocol over HTTP with JSON-RPC 2.0
- Supports Server-Sent Events (SSE) for streaming responses
- Provides access to coding standards and code examples
- Supports authentication
- Docker deployment ready
- HTTPS support via domain: https://mcp.betaplanets.com
Setup
- Install dependencies:
- Configure the server by editing the
.env
file:
- Copy the resources directory from the local MCP server:
Running Locally
Testing
Local Testing
Remote Testing
Docker Deployment
Connecting with Windsurf/Cascade
Add the following to your MCP configuration file (~/.codeium/windsurf/mcp_config.json
):
Note: The Authorization header is base64(username:password)
. For the default credentials (admin:changeme), this is YWRtaW46Y2hhbmdlbWU=
.
Available Tools
get_project_structure
: Get project structure standards for React Native developmentget_api_communication
: Get API communication standards for React Native developmentget_component_design
: Get component design standards for React Native developmentget_state_management
: Get state management standards for React Native developmentget_component_example
: Get a React Native component exampleget_hook_example
: Get a React Native hook exampleget_service_example
: Get a React Native service exampleget_screen_example
: Get a React Native screen exampleget_theme_example
: Get a React Native theme examplelist_available_examples
: List all available code examples by category
This server cannot be installed
Implements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.