Overview
what is BluestoneApps MCP Remote Server?
BluestoneApps MCP Remote Server implements the Model Context Protocol (MCP) over HTTP, providing remote access to BluestoneApps coding standards and code examples.
how to use BluestoneApps MCP Remote Server?
To use the server, install the dependencies, configure the server settings in the .env file, and run the server locally or deploy it using Docker.
key features of BluestoneApps MCP Remote Server?
- Implements MCP protocol over HTTP with JSON-RPC 2.0
- Supports Server-Sent Events (SSE) for streaming responses
- Provides access to coding standards and code examples
- Supports authentication
- Docker deployment ready
- HTTPS support via domain: https://mcp.betaplanets.com
use cases of BluestoneApps MCP Remote Server?
- Accessing coding standards for React Native development.
- Retrieving code examples for various components and services.
- Integrating with Windsurf/Cascade for enhanced development workflows.
FAQ from BluestoneApps MCP Remote Server?
- What is the MCP protocol?
The Model Context Protocol (MCP) is a protocol designed for remote access to coding standards and examples.
- How do I deploy the server using Docker?
You can build and push the Docker image using the provided scripts and deploy it to a remote server.
- Is authentication required to access the server?
Yes, the server supports authentication, and you can configure the username and password in the
.envfile.