An open API service indexing awesome lists of open source software.

https://github.com/phact/mcp-subscribe


https://github.com/phact/mcp-subscribe

Last synced: about 1 year ago
JSON representation

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