lallen30/mcp-remote-server
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
get_project_structure
Get project structure standards
get_api_communication
Get API communication standards
get_component_design
Get component design standards
get_state_management
Get state management standards
get_component_example
Get a specific component example
get_hook_example
Get a specific hook example
get_service_example
Get a specific service example
get_screen_example
Get a specific screen example
get_theme_example
Get a specific theme example
list_available_examples
List all available code examples