Remix.run Logo
Show HN: Mcpify – Turn any REST API into an MCP server in one command(github.com)
1 points by harpreetsingh80 8 hours ago

Wiring an existing API into MCP means hand-writing a tool wrapper per endpoint. Almost every API has an OpenAPI spec, so mcpify just reads it and generates the whole server. Built it because I kept doing this by hand. Feedback welcome.