Skip to content
Zed

HAPI MCP Server for Zed

ai.com.mcp/hapi-mcp

HAPI MCP server: Dynamically exposes OpenAPI REST APIs as MCP tools for AI assistants

client:Zed transport:streamable-http runtime:oci

Install HAPI MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hapi-mcp": {
      "url": "https://{HAPI_FQDN}:{HAPI_PORT}/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

HAPI MCP Server in other clients