https://github.com/phact/mcp-subscribe
https://github.com/phact/mcp-subscribe
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phact/mcp-subscribe
- Owner: phact
- Created: 2025-04-12T02:31:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-28T04:07:09.000Z (about 1 year ago)
- Last Synced: 2025-04-28T04:28:55.144Z (about 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcp-subscribe
[video overview](https://youtu.be/5jq3h3m-4tA?si=uN0jd614YabLz2S2)
This MCP server allows you to subscribe to changes in tools of another MCP server.
To use it configure your client to use this mcp server with the base mcp server as an argument.
```
{
"server": {
"type": "stdio",
"command": "mcp_subscribe",
"args": ["uvx", "mcp-server-fetch", "--poll-interval", "5"],
"env": {}
}
}
```
**Note:** your MCP client must support [resource subscriptions](https://modelcontextprotocol.io/docs/concepts/resources#content-changes)
A sample MCP Server is provided in the [examples](examples) directory.
> uv run examples/example_client.py