I’m sharing an early preview of Smart MCP Proxy—a small gateway that lets Cursor IDE tap into hundreds, even thousands, of tools instead of today’s 40-tool cap.
@normalnormie Yes, my proxy implements the same “retrieve-only-relevant-tools” strategy described in the RAG-MCP paper. While the paper relies solely on vector embeddings, I default to BM25 - fast and GPU-free - and let users toggle a configuration flag to enable semantic search. You’ll still see the same reductions in prompt tokens and the selection-accuracy gains reported in the paper.