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:
- Build the project:
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:
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.
Tools
通过 HTTP 实现模型上下文协议 (MCP),以提供对 BluestoneApps 编码标准和 React Native 代码示例的远程访问。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.Last updated -21636Apache 2.0
Upstash MCP Serverofficial
AsecurityAlicenseAqualityModel Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Upstash Developer API's.Last updated -7649MIT License- -securityAlicense-qualityA type-safe solution that enables remote access to Model Context Protocol (MCP) services, allowing clients to connect to centralized MCP implementations without waiting for official remote support.Last updated -MIT License
- AsecurityFlicenseAqualityAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.Last updated -3