BluestoneApps MCP Remote Server
MCP リモート サーバー (Node.js バージョン)
これは、BluestoneApps コーディング標準および例 MCP サーバーの Node.js 実装です。
概要
このMCPサーバーは、Model Context Protocol(MCP)を介してReact Nativeのコーディング規約とコードサンプルへのアクセスを提供します。Windsurf IDEなどのMCPクライアントで使用できます。
Related MCP server: MCP REST API Server
特徴
React Nativeコーディング標準へのアクセス
コンポーネント、フック、スクリーン、サービス、テーマのコード例
名前で例を見つけるためのあいまい一致
MCPプロトコルとの完全な統合
インストール
このリポジトリをクローンする
依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build
使用法
サーバーを起動します。
npm startMCP クライアントで使用するには、このサーバーに接続するようにクライアントを構成します。
ツール
サーバーは次のツールを提供します。
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
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides tools for fetching xkcd comics and resources for dynamic data retrieval, WebSocket echo functionality, and static JSON data testing.5
- FlicenseNot gradedqualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that wraps the Accela Construct API as a curated, capability-grouped tool set for Accela Civic Platform, safe by default with read-only access.1Apache 2.0
- FlicenseBqualityDmaintenanceA minimal Model Context Protocol (MCP) service for integration with external platforms. Provides CRUD operations, reference data fetching, and authentication capabilities.7
Related MCP Connectors
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
MCP Spec Compliance MCP — audits any MCP server.json against the official Model Context Protocol
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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