
Apidog version should be 2.7.2 or later.
Share Docs โ Publish Docs Sites โ AI Features to enable MCP service.Vibe Coding(via MCP) button will appear when accessing online documentation.site-id. Simply copy this configuration for IDE integration.mcp.json file:{
"mcpServers": {
"apidog-site-123456": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=123456"
]
}
}
}Please fetch API documentation via MCP and tell me how many endpoints exist in the project.<site-id>.<API address of the on-premise server, starting with http:// or https://>" Additionally, ensure network access to www.npmjs.com properly. {
"mcpServers": {
"apidog-site-123456": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=123456",
// Required for on-premise deployment:
"--apidog-api-base-url=<API address of the on-premise server>"
]
}
}
}