BluestoneApps Development Standards (Remote)
Implements the Model Context Protocol (MCP) over HTTP to provide remote access to BluestoneApps coding standards and React Native code examples.
lallen30
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 Remote Server (Node.js Version)
This is a Node.js implementation of the BluestoneApps Coding Standards and Examples MCP server.
Overview
This MCP server provides access to React Native coding standards and code examples through the Model Context Protocol (MCP). It can be used with MCP clients like Windsurf IDE.
Features
- Access to React Native coding standards
- Component, hook, screen, service, and theme code examples
- Fuzzy matching for finding examples by name
- Full integration with the MCP protocol
Installation
- Clone this repository
- Install dependencies:
npm install
- Build the project:
npm run build
Usage
Start the server:
npm start
To use with MCP clients, configure them to connect to this server.
Tools
The server provides the following tools:
get_project_structure
: Get project structure standardsget_api_communication
: Get API communication standardsget_component_design
: Get component design standardsget_state_management
: Get state management standardsget_component_example
: Get a specific component exampleget_hook_example
: Get a specific hook exampleget_service_example
: Get a specific service exampleget_screen_example
: Get a specific screen exampleget_theme_example
: Get a specific theme examplelist_available_examples
: List all available code examples
Configuring with MCP Clients
For Windsurf IDE, update the mcp_config.json
with:
{
"servers": {
"bluestoneapps": {
"command": "node",
"args": ["/path/to/build/index.js"],
"description": "BluestoneApps Coding Standards and Examples",
"displayName": "BluestoneApps MCP Server",
"timeout": 30000
}
}
}
Recommended Servers

E2B
Using MCP to run code via e2b.
AIO-MCP Server
🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from
React MCP
react-mcp integrates with Claude Desktop, enabling the creation and modification of React apps based on user prompts

Any OpenAI Compatible API Integrations
Integrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI, PyroPrompts and more.
Exa MCP
A Model Context Protocol server that enables AI assistants like Claude to perform real-time web searches using the Exa AI Search API in a safe and controlled manner.
MySQL Server
Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
Browser Use (used by Deploya.dev)
AI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.
Aindreyway Codex Keeper
Serves as a guardian of development knowledge, providing AI assistants with curated access to latest documentation and best practices.

OpenRouter MCP Server
Provides integration with OpenRouter.ai, allowing access to various AI models through a unified interface.
Supabase MCP Server (used by Deploya.dev)
Enables Cursor and Windsurf to safely interact with Supabase databases by providing tools for database management, SQL query execution, and Supabase Management API access with built-in safety controls.