BluestoneApps MCP Remote Server
by MCP-Mirror
This server implements the Model Context Protocol (MCP) over HTTP, providing remote access to BluestoneApps coding standards and code examples. It enables developers to easily access and utilize these resources in their projects.
Last updated: N/A
What is BluestoneApps MCP Remote Server?
The BluestoneApps MCP Remote Server is a server that implements the Model Context Protocol (MCP) over HTTP, allowing remote access to BluestoneApps coding standards and code examples. It provides a standardized way to access and utilize these resources in development projects.
How to use BluestoneApps MCP Remote Server?
To use the server, first install the dependencies and configure the server by editing the .env
file. Then, run the server locally or deploy it using Docker. Connect to the server using Windsurf/Cascade by adding the server configuration to your MCP configuration file. Available tools can then be accessed to retrieve specific coding standards and code examples.
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
Use cases of BluestoneApps MCP Remote Server
Accessing BluestoneApps coding standards remotely
Retrieving React Native code examples
Integrating coding standards into development workflows
Automating code quality checks
Providing a centralized repository for coding standards and examples
FAQ from BluestoneApps MCP Remote Server
What is the Model Context Protocol (MCP)?
What is the Model Context Protocol (MCP)?
MCP is a protocol for accessing coding standards and code examples.
How do I configure authentication?
How do I configure authentication?
Configure authentication by setting the MCP_AUTH_ENABLED
, MCP_AUTH_USERNAME
, and MCP_AUTH_PASSWORD
environment variables in the .env
file.
How do I deploy the server using Docker?
How do I deploy the server using Docker?
Use the provided build_and_push.sh
and deploy.sh
scripts to build and deploy the Docker image.
How do I connect to the server with Windsurf/Cascade?
How do I connect to the server with Windsurf/Cascade?
Add the server configuration to your MCP configuration file (~/.codeium/windsurf/mcp_config.json
).
What kind of code examples are available?
What kind of code examples are available?
The server provides React Native component, hook, service, screen, and theme examples.