HackerTrans
トップ新着トレンドコメント過去質問紹介求人

goargp

no profile record

投稿

Show HN: We made an MCP Server so Cursor can build things from REST API docs

npmjs.com
102 ポイント·投稿者 goargp·昨年·73 コメント

コメント

goargp
·昨年·議論
Fair point. I think the title can be more accurate by changing API into "REST API". Since I cannot edit the title as of now, I hope mod could change the title to be more accurate.

For more context, this tool can generate an MCP Server from an OpenAPI/Swagger file that describes a REST API. This does not include SOAP APIs, GraphQL, or other APIs that use the HTTP protocol.
goargp
·昨年·議論
Hey, just clarify the case. You can directly read Swagger or OpenAPI Specification (OAS) files.
goargp
·昨年·議論
You can directly read Swagger or OpenAPI specification files without Apidog projects, like this:

npx apidog-mcp-server --oas https://petstore.swagger.io/v2/swagger.json or npx apidog-mcp-server --oas ~/data/petstore/swagger.json