BluestoneApps MCP Remote Server
通过 HTTP 协议实现模型上下文协议 (MCP),以提供对 BluestoneApps 编码标准和 React Native 代码示例的远程访问。
Tools
get_project_structure
Get project structure standards for React Native development
get_api_communication
Get API communication standards for React Native development
get_component_design
Get component design standards for React Native development
get_state_management
Get state management standards for React Native development
get_component_example
Get a React Native component example
get_hook_example
Get a React Native hook example
get_service_example
Get a React Native service example
get_screen_example
Get a React Native screen example
get_theme_example
Get code for a React Native theme
list_available_examples
List all available code examples by category
README
MCP 远程服务器 (Node.js 版本)
这是 BluestoneApps 编码标准和示例 MCP 服务器的 Node.js 实现。
概述
此 MCP 服务器通过模型上下文协议 (MCP) 提供对 React Native 编码标准和代码示例的访问。 它可以与 Windsurf IDE 等 MCP 客户端一起使用。
特性
- 访问 React Native 编码标准
- 组件、Hook、屏幕、服务和主题代码示例
- 通过名称进行模糊匹配以查找示例
- 与 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
: 获取特定 Hook 示例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 编码标准和示例",
"displayName": "BluestoneApps MCP Server",
"timeout": 30000
}
}
}
推荐服务器

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
AIO-MCP Server
🚀 集成了 AI 搜索、RAG 和多服务(GitLab/Jira/Confluence/YouTube)的一体化 MCP 服务器,旨在增强 AI 驱动的开发工作流程。来自 Folk。
https://github.com/Streen9/react-mcp
react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。

any-chat-completions-mcp
将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。
Exa MCP Server
一个模型上下文协议服务器,它使像 Claude 这样的人工智能助手能够以安全和受控的方式,使用 Exa AI 搜索 API 执行实时网络搜索。
MySQL MCP Server
允许人工智能助手通过受控界面列出表格、读取数据和执行 SQL 查询,从而使数据库探索和分析更安全、更有条理。
browser-use MCP server
一个由人工智能驱动的浏览器自动化服务器,它实现了模型上下文协议,从而能够使用自然语言控制网页浏览器,以执行诸如导航、表单填写和视觉交互等任务。
mcp-codex-keeper
作为开发知识的守护者,为 AI 助手提供精心策划的最新文档和最佳实践访问权限。

OpenRouter MCP Server
提供与 OpenRouter.ai 的集成,允许通过统一的界面访问各种 AI 模型。
Supabase MCP Server
通过提供数据库管理、SQL查询执行和Supabase管理API访问工具,并内置安全控制,使Cursor和Windsurf能够安全地与Supabase数据库交互。