← Back to Plugins
MCP Server MCP

IdentArk Gateway

github By github 👁 3 views ▲ 0 votes

Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.identark.io/v1/mcp/rpc",
      "headers": [
        {
          "description": "Bearer <IdentArk API key, starts with iak_>",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...