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.
MCP Remote Server (Node.js Version)
This is a Node.js implementation of the BluestoneApps Coding Standards and Examples MCP server.
Overview
This MCP server provides access to React Native coding standards and code examples through the Model Context Protocol (MCP). It can be used with MCP clients like Windsurf IDE.
Features
- Access to React Native coding standards
- Component, hook, screen, service, and theme code examples
- Fuzzy matching for finding examples by name
- Full integration with the MCP protocol
Installation
- Clone this repository
- Install dependencies:Copy
- Build the project:Copy
Usage
Start the server:
To use with MCP clients, configure them to connect to this server.
Tools
The server provides the following tools:
get_project_structure
: Get project structure standardsget_api_communication
: Get API communication standardsget_component_design
: Get component design standardsget_state_management
: Get state management standardsget_component_example
: Get a specific component exampleget_hook_example
: Get a specific hook exampleget_service_example
: Get a specific service exampleget_screen_example
: Get a specific screen exampleget_theme_example
: Get a specific theme examplelist_available_examples
: List all available code examples
Configuring with MCP Clients
For Windsurf IDE, update the mcp_config.json
with:
You must be authenticated.
Tools
Implements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.