BluestoneApps MCP Remote Server
MCP 远程服务器(Node.js 版本)
这是 BluestoneApps 编码标准和示例 MCP 服务器的 Node.js 实现。
概述
此 MCP 服务器通过模型上下文协议 (MCP) 提供对 React Native 编码标准和代码示例的访问。它可以与 Windsurf IDE 等 MCP 客户端一起使用。
Related MCP server: MCP REST API Server
特征
访问 React Native 编码标准
组件、钩子、屏幕、服务和主题代码示例
通过名称查找示例的模糊匹配
与 MCP 协议完全集成
安装
克隆此存储库
安装依赖项:
npm install构建项目:
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
}
}
}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