← Back to Plugins
MCP Server MCP

TAP

github By github 👁 2 views ▲ 0 votes

Credential isolation for AI agents: placeholder secrets, policy checks, optional human approval.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.tap.human.tech/mcp",
      "headers": [
        {
          "description": "TAP agent API key (create one at tap.human.tech)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-TAP-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...