BluestoneApps MCP Remote ServerServer

lallen30
GitHub
MCPCoding StandardsReact Native

Loading subscription status...

💡 Description

This MCP server offers access to React Native coding standards and code examples via the Model Context Protocol (MCP). It can be used with MCP clients like Windsurf IDE.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bluestoneapps": {
        "env": {},
        "args": [
          "/path/to/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_project_structureget_api_communicationget_component_designget_state_managementget_component_exampleget_hook_exampleget_service_exampleget_screen_exampleget_theme_examplelist_available_examples

Features

  • Access to React Native coding standards
  • Code examples for components, hooks, screens, services, and designs
  • Fuzzy matching for searching examples by name
  • Full integration with the MCP protocol

💬 Example Queries

  • Get component examples for my React Native application
  • List available examples for coding standards in React Native