mcp-remote-server
@sirmews
About mcp-remote-server
A declarative, composable model context protocol server that uses a remote config
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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 by parsing a hosted JSON configuration defining tools, resources, and prompts.
How to use mcp-remote-server?
Install with bun install, set the MCP_CONTROL_PLANE_URL environment variable to your configuration endpoint, then run bun run index.ts.
Key features of mcp-remote-server?
- Dynamic configuration loaded from a remote JSON endpoint
- Configuration auto-refreshes every 60 seconds
- Supports tools, resources, and prompts as MCP primitives
- Handlers are remote HTTP/HTTPS API endpoints
- Handler responses must be JSON-compatible
Use cases of mcp-remote-server
—
FAQ from mcp-remote-server
How does mcp-remote-server load its capabilities?
It fetches a JSON configuration from the URL specified in the MCP_CONTROL_PLANE_URL environment variable. The configuration lists tools, resources, and prompts, each with a remote handler endpoint.
What are the handler API requirements?
Tool handlers must return JSON that the server wraps in an MCP tool response. Resource handlers must return content matching the specified mimeType. Prompt handlers can return either a string (wrapped in a message) or an array of MCP-formatted messages.
What are the limitations of mcp-remote-server?
Only HTTP/HTTPS handler endpoints are supported. The configuration must be accessible via HTTP GET. Handler responses must be JSON-compatible. The server runs locally only (standard MCP limitation).
How often is the configuration refreshed?
The configuration is automatically refreshed every 60 seconds.
What runtime does mcp-remote-server require?
It requires Bun (v1.1.32 or later) as the JavaScript runtime.
More Other MCP servers
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments