Vibe coding
Configuring MCP Client
Prerequisites
Configuring MCP in Cursor
Edit MCP Config File
Open Cursor editor, click the settings icon (top-right), select "MCP" from the left menu, then click "+ Add new global MCP server".
Add Configuration
Paste the MCP JSON configuration copied from online documentations into the opened
mcp.json
file:macOS / Linux
Windows
{
"mcpServers": {
"apidog-site-751464": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=751464"
]
}
}
}
Verify Configuration
Test the connection by asking the AI (in Agent mode), for example:If the AI returns correct API information, the connection is successful. 
Please fetch API documentation via MCP and tell me how many endpoints exist in the project.