mcp-remote-server

lallen30/mcp-remote-server

3.2

If you are the rightful owner of mcp-remote-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Node.js implementation of the BluestoneApps Coding Standards and Examples MCP server.

The MCP Remote Server (Node.js Version) is designed to provide access to React Native coding standards and code examples through the Model Context Protocol (MCP). It serves as a bridge for MCP clients, such as Windsurf IDE, to access a repository of coding standards and examples. The server supports fuzzy matching to help users find examples by name and is fully integrated with the MCP protocol, ensuring seamless communication and data exchange. This server is particularly useful for developers looking to adhere to specific coding standards and practices in their React Native projects.

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

Tools

  1. get_project_structure

    Get project structure standards

  2. get_api_communication

    Get API communication standards

  3. get_component_design

    Get component design standards

  4. get_state_management

    Get state management standards

  5. get_component_example

    Get a specific component example

  6. get_hook_example

    Get a specific hook example

  7. get_service_example

    Get a specific service example

  8. get_screen_example

    Get a specific screen example

  9. get_theme_example

    Get a specific theme example

  10. list_available_examples

    List all available code examples