Skip to main content
Glama

BluestoneApps MCP Remote Server

by lallen30

MCP リモート サーバー (Node.js バージョン)

これは、BluestoneApps コーディング標準および例 MCP サーバーの Node.js 実装です。

概要

このMCPサーバーは、Model Context Protocol(MCP)を介してReact Nativeのコーディング規約とコードサンプルへのアクセスを提供します。Windsurf IDEなどのMCPクライアントで使用できます。

特徴

  • React Nativeコーディング標準へのアクセス
  • コンポーネント、フック、スクリーン、サービス、テーマのコード例
  • 名前で例を見つけるためのあいまい一致
  • MCPプロトコルとの完全な統合

インストール

  1. このリポジトリをクローンする
  2. 依存関係をインストールします:
    npm install
  3. プロジェクトをビルドします。
    npm run build

使用法

サーバーを起動します。

npm start

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次のように更新します。

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

HTTP 経由でモデル コンテキスト プロトコル (MCP) を実装し、BluestoneApps コーディング標準と React Native コード例へのリモート アクセスを提供します。

  1. 概要
    1. 特徴
      1. インストール
        1. 使用法
          1. ツール
            1. MCPクライアントでの設定

              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