Show HN: Superglue – open source API connector that writes its own code
41–49 of 49 posts
Re: Show HN: Superglue – open source API connector that writes its own code
#42Earlier quoted context omitted.
Thanks! The primary reason is because we want folks to be able to run this locally and contribute to the project / fix issues as they come up. This is much harder when you have a black box tool and rely on our small team for support.
Because of the GNU General Public License, any project/startup that makes use of Superglue is required to open source all their code under the same license? I'm not a license/copyright expert, so I'm a bit fuzzy about how this is supposed to work.
Re: Show HN: Superglue – open source API connector that writes its own code
#43Once you have the OpenAPI specs, you can build an MCP server on top of that. Automatically. You don't have them ? There's MITM2Swagger[0] that will do it's best to infer it. Probably you'll need some manual adjustments, but still. And MCP servers can now be integrated with any LLM, not only Anthropic. While I appreciate your approach, how do you fight the MCPs? [0] https://github.com/alufers/mitmproxy2swagger
And with MCP, the idea is that the agent can translate a natural language instruction into the specific API request and then translate the schema into whatever structured output format you want? Is there anything that Superglue does that you wouldn't get somewhat out of the box using agents and MCP? I'm not too familiar with MCP so still trying to understand how it compares to this sort of thing.
Re: Show HN: Superglue – open source API connector that writes its own code
#44This was one of my favorite demos I've seen live at YC - congrats on the launch!
Re: Show HN: Superglue – open source API connector that writes its own code
#45Once you have the OpenAPI specs, you can build an MCP server on top of that. Automatically. You don't have them ? There's MITM2Swagger[0] that will do it's best to infer it. Probably you'll need some manual adjustments, but still. And MCP servers can now be integrated with any LLM, not only Anthropic. While I appreciate your approach, how do you fight the MCPs? [0] https://github.com/alufers/mitmproxy2swagger
What's the route to doing this automatically? Is there some tool for doing this?
Re: Show HN: Superglue – open source API connector that writes its own code
#46Very cool! Love the demo.
Re: Show HN: Superglue – open source API connector that writes its own code
#47Re: Show HN: Superglue – open source API connector that writes its own code
#48Re: Show HN: Superglue – open source API connector that writes its own code
#49I'm building an integration platform, would love to have a call with you and share ideas.