Content
# 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
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
git
A Model Context Protocol server for Git automation and interaction.
remindb
An agentic memory database that cuts session tokens by 75–99%. One portable...
Claude-OS
A concise Claude reference bundle for developers, covering commands, MCP...
ai-phone-agent
AI Phone Agent starter kit - OpenAI Realtime phone agent for PSTN: Twilio...