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. It supports JSON-RPC 2.0 and offers features like Docker deployment and HTTPS support.
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. It supports JSON-RPC 2.0 and offers features like Docker deployment and HTTPS support.
Install the required dependencies, configure the `.env` file, and run the server locally or deploy it using Docker.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-remote-server-node-js-version": {
"command": "npx",
"args": [
"-y",
"Install the required dependencies, configure the `.env` file, and run the server locally or deploy it using Docker."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Remote Server (Node.js Version)?"
No configuration required. This server works out of the box.
"What resources are available in MCP Remote Server (Node.js Version)?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Remote Server (Node.js Version)"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Remote Server (Node.js Version) with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.