drio
Open app

MCP Remote Server (Node.js Version)

Source

Catalog onlyCatalog onlySTDIO

Overview

BluestoneApps MCP Remote Server is a server that implements the Model Context Protocol (MCP) over HTTP, providing remote access to BluestoneApps coding standards and code examples.

To use the server, install the required dependencies, configure the server settings in the .env file, and run the server locally or deploy it using Docker.

  • 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
  1. Accessing coding standards for React Native development.
  2. Retrieving code examples for various components and services.
  3. Integrating with Windsurf/Cascade for enhanced development workflows.

Add to your AI client

Use these steps to connect MCP Remote Server (Node.js Version) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-remote-server-lallen30": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-remote-server-lallen30": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-remote-server-lallen30": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-remote-server-lallen30": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-remote-server-lallen30": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-remote-server-lallen30": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-remote-server-lallen30"
      ]
    }
  }
}

FAQ

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.

What authentication methods are supported?

The server supports basic authentication with username and password.

Can I test the server remotely?

Yes, you can test the remote server using the provided test scripts.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2260,"uuid":"093e3e0d-012f-4d13-bf31-d253137d7285","name":"mcp-remote-server","title":"MCP Remote Server (Node.js Version)","description":"","avatar_url":"https://avatars.githubusercontent.com/u/3229026?v=4","created_at":"$D2025-03-09T07:13:42.999Z","updated_at":"$D2025-03-12T10:20:52.002Z","status":"created","author_name":"lallen30","author_avatar_url":"https://avatars.githubusercontent.com/u/3229026?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/lallen30/mcp-remote-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-31 16:06:18\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]