sirmews_mcp-remote-server

sirmews_mcp-remote-server

3.1

If you are the rightful owner of sirmews_mcp-remote-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A configurable Model Context Protocol (MCP) server that dynamically loads its capabilities from a remote configuration.

The `mcp-remote-server` serves as a bridge between MCP clients and remote APIs. It utilizes a remote configuration, specified via `MCP_CONTROL_PLANE_URL`, to dynamically load tools, resources, and prompts, each linked to remote API endpoints. This server is designed to parse and refresh its configuration every 60 seconds, ensuring that it always operates with the most current capabilities. The server supports all MCP primitives, allowing it to execute actions, expose data, and define prompt templates through remote API calls. The configuration is structured in JSON format, detailing the tools, resources, and prompts available, along with their respective handlers. The server is built using Bun, a fast JavaScript runtime, and employs Biome for type checking and linting.

Features

  • Dynamic Configuration: Server capabilities are defined through a remote JSON configuration.
  • Auto-Refresh: Configuration is automatically refreshed every 60 seconds.
  • Supports All MCP Primitives: Includes tools, resources, and prompts for comprehensive functionality.

Tools

  1. tool-name

    Tool description