MCP-slim, an auto-optimizing MCP proxy that cuts 99% of token waste(github.com)
2 points | by uaziz1 2 hours ago
3 comments
- stevenkoze02 2 hours agoInteresting approach to the bloat problem. One angle worth considering as you're rewriting responses: the proxy layer is also a natural place to handle tool description integrity. We've been researching invisible Unicode in MCP tool descriptions tag blocks (U+E0001–U+E007F) that are invisible to humans but parsed by the model as instructions. They pass through every layer of the current pipeline untouched. Since mcp-slim is already sitting between the server and Claude, stripping non-printable codepoints from tool descriptions during proxy generation would be a low-cost addition that closes a real attack surface.
- uaziz1 29 minutes ago[dead]
- uaziz1 2 hours agoAnyone that has multiple MCPs connected to their claude code will find this project extremely useful.