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 } } }

You must be authenticated.

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 code analysis capabilities using tree-sitter, designed to give Claude intelligent access to codebases with appropriate context management.
                Last updated -
                26
                33
                Python
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A simple TypeScript library for creating Model Context Protocol (MCP) servers with features like type safety, parameter validation, and a minimal code API.
                Last updated -
                1
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A starter template for creating Model Context Protocol servers using TypeScript, providing basic setup and sample tool implementation for developers to build their own MCP servers.
                Last updated -
                TypeScript
              • A
                security
                A
                license
                A
                quality
                This project provides a Model Context Protocol (MCP) server that allows language models and other MCP clients to interact with a SuzieQ network observability instance via its REST API.
                Last updated -
                2
                2
                Python
                MIT License
                • 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