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
- Dieses Repository klonen
- Installieren Sie Abhängigkeiten:
- Erstellen Sie das Projekt:
Verwendung
Starten Sie den Server:
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 abrufenget_api_communication
: API-Kommunikationsstandards abrufenget_component_design
: Komponentendesignstandards abrufenget_state_management
: Statusverwaltungsstandards abrufenget_component_example
: Holen Sie sich ein spezifisches Komponentenbeispielget_hook_example
: Holen Sie sich ein spezifisches Hook-Beispielget_service_example
: Holen Sie sich ein spezifisches Servicebeispielget_screen_example
: Holen Sie sich ein bestimmtes Bildschirmbeispielget_theme_example
: Holen Sie sich ein spezifisches Themenbeispiellist_available_examples
: Listet alle verfügbaren Codebeispiele auf
Konfigurieren mit MCP-Clients
Aktualisieren Sie für die Windsurf IDE die mcp_config.json
mit:
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
Implementiert das Model Context Protocol (MCP) über HTTP, um Fernzugriff auf BluestoneApps-Codierungsstandards und React Native-Codebeispiele bereitzustellen.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides JSON-RPC functionality through OpenRPC.Last updated -2836JavaScriptApache 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 -163744TypeScriptMIT 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 -TypeScriptMIT 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 -2Python