HAPI MCP Server for Cursor
ai.com.mcp/hapi-mcp
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
client:Cursor
transport:streamable-http
runtime:oci
Install HAPI MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hapi-mcp": {
"url": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs