Skip to main content
Glama

BluestoneApps MCP Remote Server

by lallen30

MCP-Remote-Server (Node.js-Version)

Dies ist eine Node.js-Implementierung des MCP-Servers „BluestoneApps Coding Standards and Examples“.

Überblick

Dieser MCP-Server bietet Zugriff auf React Native-Codierungsstandards und Codebeispiele über das Model Context Protocol (MCP). Er kann mit MCP-Clients wie Windsurf IDE verwendet werden.

Merkmale

  • Zugriff auf React Native-Codierungsstandards
  • Codebeispiele für Komponenten, Hooks, Bildschirme, Dienste und Designs
  • Fuzzy-Matching zum Suchen von Beispielen nach Namen
  • Vollständige Integration mit dem MCP-Protokoll

Installation

  1. Dieses Repository klonen
  2. Installieren Sie Abhängigkeiten:
    npm install
  3. Erstellen Sie das Projekt:
    npm run build

Verwendung

Starten Sie den Server:

npm start

Um sie mit MCP-Clients zu verwenden, konfigurieren Sie sie so, dass sie eine Verbindung zu diesem Server herstellen.

Werkzeuge

Der Server stellt die folgenden Tools bereit:

  • get_project_structure : Projektstrukturstandards abrufen
  • get_api_communication : API-Kommunikationsstandards abrufen
  • get_component_design : Komponentendesignstandards abrufen
  • get_state_management : Statusverwaltungsstandards abrufen
  • get_component_example : Holen Sie sich ein spezifisches Komponentenbeispiel
  • get_hook_example : Holen Sie sich ein spezifisches Hook-Beispiel
  • get_service_example : Holen Sie sich ein spezifisches Servicebeispiel
  • get_screen_example : Holen Sie sich ein bestimmtes Bildschirmbeispiel
  • get_theme_example : Holen Sie sich ein spezifisches Themenbeispiel
  • list_available_examples : Listet alle verfügbaren Codebeispiele auf

Konfigurieren mit MCP-Clients

Aktualisieren Sie für die Windsurf IDE die mcp_config.json mit:

{ "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.

Implementiert das Model Context Protocol (MCP) über HTTP, um Fernzugriff auf BluestoneApps-Codierungsstandards und React Native-Codebeispiele bereitzustellen.

  1. Überblick
    1. Merkmale
      1. Installation
        1. Verwendung
          1. Werkzeuge
            1. Konfigurieren mit 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