HAPI MCP Server for VS Code
ai.com.mcp/hapi-mcp
HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants
client:VS Code
transport:streamable-http
runtime:oci
Install HAPI MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"hapi-mcp": {
"type": "http",
"url": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs