Skip to main content
GET
/
mcp
/
install
/
{client}
Redirect to MCP install deeplink
curl --request GET \
  --url https://app.myhero.so/mcp/install/{client}
{
  "error": "<string>",
  "message": "<string>",
  "details": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Issues a 302 redirect to the client-specific deeplink URL for installing the HERO MCP server (e.g. cursor, vscode). No authentication required. Returns 404 for unknown client identifiers.

Path Parameters

client
string
required
Minimum string length: 1

Response

Redirect to the client-specific deeplink URL.