Hacker News new | ask | show | jobs
by pmig 285 days ago
I am also running into similar problems, constantly seeing Claude Code warnings that my tools take up a lot of the context window. There are some projects out there that try help you build a unified MCP server (aci.dev, ibm-contextforge, hyprmcp.com[1]). Also the MCP protocol supports a notifications[2] for "dynamically adding tools", but most clients don't support them. A "smart" middle layer still needs to be created.

[1]: Disclosure I am working at https://hyprmcp. Our gateway is fully open source: https://github.com/hyprmcp/mcp-gateway

[2]: https://modelcontextprotocol.io/docs/learn/architecture#noti...