mcp-remote-server
@MCP-Mirror
About mcp-remote-server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sirmews_mcp-remote-server": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-remote-server?
A configurable Model Context Protocol (MCP) server that dynamically loads its capabilities from a remote configuration. It acts as a bridge between MCP clients and remote APIs, parsing a remote hosted configuration that defines tools, resources, and prompts, each pointing to remote API endpoints.
How to use mcp-remote-server?
Set the MCP_CONTROL_PLANE_URL environment variable to the URL of your remote configuration, then run bun run index.ts. The server automatically refreshes its configuration every 60 seconds.
Key features of mcp-remote-server
- Dynamic configuration via remote JSON
- Auto-refresh every 60 seconds
- Supports all MCP primitives: tools, resources, prompts
- Each primitive points to a remote API endpoint
Use cases of mcp-remote-server
- Expose remote APIs as MCP tools for AI assistants
- Provide remote data as readable MCP resources
- Define reusable prompt templates hosted on external servers
- Centralize MCP server configuration in a remote control plane
FAQ from mcp-remote-server
What protocol does mcp-remote-server use for handler endpoints?
Only HTTP and HTTPS handler endpoints are supported.
How is the configuration fetched?
Configuration must be accessible via an HTTP GET request to the URL specified in MCP_CONTROL_PLANE_URL.
What format must handler responses be in?
Handler responses must be JSON-compatible.
Can mcp-remote-server be run remotely?
No, it runs locally only (standard MCP limitation).
Frequently asked questions
What protocol does mcp-remote-server use for handler endpoints?
Only HTTP and HTTPS handler endpoints are supported.
How is the configuration fetched?
Configuration must be accessible via an HTTP GET request to the URL specified in `MCP_CONTROL_PLANE_URL`.
What format must handler responses be in?
Handler responses must be JSON-compatible.
Can mcp-remote-server be run remotely?
No, it runs locally only (standard MCP limitation).
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments