- Explore MCP Servers
- mcp-remote-server
Mcp Remote Server
What is Mcp Remote Server
mcp-remote-server is a Node.js implementation of the BluestoneApps Coding Standards and Examples MCP server, providing access to React Native coding standards and code examples through the Model Context Protocol (MCP).
Use cases
Use cases include providing coding standards and examples for React Native development, assisting developers in finding code snippets through fuzzy matching, and integrating with IDEs like Windsurf for enhanced coding experiences.
How to use
To use mcp-remote-server, clone the repository, install dependencies using ‘npm install’, build the project with ‘npm run build’, and start the server using ‘npm start’. Configure MCP clients like Windsurf IDE to connect to this server.
Key features
Key features include access to React Native coding standards, various code examples (components, hooks, screens, services, themes), fuzzy matching for example names, and full integration with the MCP protocol.
Where to use
mcp-remote-server can be used in software development environments, particularly for projects involving React Native, where adherence to coding standards and access to examples is crucial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Remote Server
mcp-remote-server is a Node.js implementation of the BluestoneApps Coding Standards and Examples MCP server, providing access to React Native coding standards and code examples through the Model Context Protocol (MCP).
Use cases
Use cases include providing coding standards and examples for React Native development, assisting developers in finding code snippets through fuzzy matching, and integrating with IDEs like Windsurf for enhanced coding experiences.
How to use
To use mcp-remote-server, clone the repository, install dependencies using ‘npm install’, build the project with ‘npm run build’, and start the server using ‘npm start’. Configure MCP clients like Windsurf IDE to connect to this server.
Key features
Key features include access to React Native coding standards, various code examples (components, hooks, screens, services, themes), fuzzy matching for example names, and full integration with the MCP protocol.
Where to use
mcp-remote-server can be used in software development environments, particularly for projects involving React Native, where adherence to coding standards and access to examples is crucial.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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:
npm install - Build the project:
npm run build
Usage
Start the server:
npm start
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:
{
"servers": {
"bluestoneapps": {
"command": "node",
"args": [
"/path/to/build/index.js"
],
"description": "BluestoneApps Coding Standards and Examples",
"displayName": "BluestoneApps MCP Server",
"timeout": 30000
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










