Skip to main content
Glama

BluestoneApps MCP Remote Server

by lallen30

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

  1. Clone this repository
  2. Install dependencies:
    npm install
  3. 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 standards
  • get_api_communication: Get API communication standards
  • get_component_design: Get component design standards
  • get_state_management: Get state management standards
  • get_component_example: Get a specific component example
  • get_hook_example: Get a specific hook example
  • get_service_example: Get a specific service example
  • get_screen_example: Get a specific screen example
  • get_theme_example: Get a specific theme example
  • list_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 } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

Implements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.

  1. Overview
    1. Features
      1. Installation
        1. Usage
          1. Tools
            1. Configuring with MCP Clients

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.
                Last updated -
                2
                8
                36
                JavaScript
                Apache 2.0
                • Apple
              • A
                security
                A
                license
                A
                quality
                Model 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 -
                16
                37
                44
                TypeScript
                MIT License
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                A 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 -
                TypeScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                An 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 -
                2
                Python
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/lallen30/mcp-remote-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server