This is a demo project for testing and demonstrating the features of API Auto MCP Server.
Bun>= 1.2 (recommended) orNode.js>= 22- Cursor >= 0.46.8 or VSCode >= 1.99.3 (requires the GitHub Copilot extension enabled)
Run the following command in the project root directory to install dependencies:
bun install --frozen-lockfile # Recommended
# or
npm installOpen the project in an IDE like VSCode or Cursor, and press F5 to run (recommended).
Alternatively, you can start the server by running the following command in the root directory:
bun start:dev # Recommended
# or
npm run start:devOnce the server is running, visit http://localhost:3000/api-docs to view the API documentation.
If you are using Cursor, open the Cursor Settings -> Tools & Integrations menu, locate the MCP server named api-auto, and enable it. Once enabled, various tools will become available.
If you are using VSCode, open the GitHub Copilot chat window and click the refresh button. When prompted with Trust MCP Server from api-auto-mcp-server-demo/.cursor/mcp.json?, click Trust. The refresh button will change to a wrench icon with a number displayed.
For other IDEs, refer to their respective documentation to configure the MCP server.
You can now use the AI features within your IDE to ask questions about this service.
API Auto MCP Server is an MCP server that generates configurations based on API configuration files. For more information, visit API Auto MCP Server.

