Home › Other › TAP

TAP

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

Rust Remote
★ 12 stars Last pushed 2026-07-23 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.tap.human.tech/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tap-oss https://mcp.tap.human.tech/mcp --header "X-TAP-Key: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "tap-oss": {
      "url": "https://mcp.tap.human.tech/mcp",
      "headers": {
        "X-TAP-Key": "<YOUR_VALUE>"
      }
    }
  }
}
  • X-TAP-Key required secret — TAP agent API key (create one at tap.human.tech)

Related servers

Data from the Official MCP Registry