- Home
- MCP servers
- Sirmews
Sirmews
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You run an MCP server that dynamically loads its capabilities from a remote configuration, letting you expose tools, resources, and prompts that live behind remote endpoints. This makes it easy to compose a local MCP client experience without hard-coding each capability locally.
How to use
Connect your MCP client to the remote configuration source and start the server. The server regularly refreshes its capabilities from the remote config URL and exposes Tools, Resources, and Prompts defined there. You can run actions, fetch data, and reuse prompts through your local MCP client by pointing it at this server.
How to install
Prerequisites you need to have before running the server:
Then install dependencies, configure the control plane URL, and start the server using Bun.