MCP リモート サーバー (Node.js バージョン)
これは、BluestoneApps コーディング標準および例 MCP サーバーの Node.js 実装です。
概要
このMCPサーバーは、Model Context Protocol(MCP)を介してReact Nativeのコーディング規約とコードサンプルへのアクセスを提供します。Windsurf IDEなどのMCPクライアントで使用できます。
特徴
- React Nativeコーディング標準へのアクセス
- コンポーネント、フック、スクリーン、サービス、テーマのコード例
- 名前で例を見つけるためのあいまい一致
- MCPプロトコルとの完全な統合
インストール
- このリポジトリをクローンする
- 依存関係をインストールします:
- プロジェクトをビルドします。
使用法
サーバーを起動します。
MCP クライアントで使用するには、このサーバーに接続するようにクライアントを構成します。
ツール
サーバーは次のツールを提供します。
get_project_structure
: プロジェクト構造の標準を取得するget_api_communication
: API通信標準を取得するget_component_design
: コンポーネント設計標準を取得するget_state_management
: 状態管理標準を取得するget_component_example
: 特定のコンポーネントの例を取得するget_hook_example
: 特定のフックの例を取得するget_service_example
: 特定のサービス例を取得するget_screen_example
: 特定の画面例を取得するget_theme_example
: 特定のテーマの例を取得するlist_available_examples
: 利用可能なすべてのコード例を一覧表示する
MCPクライアントでの設定
Windsurf IDE の場合は、 mcp_config.json
次のように更新します。
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 -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