← Back to Plugins
MCP Server MCP

Route6 — Agent Network Identity

github By github 👁 4 views ▲ 0 votes

Gives AI agents a public IPv6 identity, hostname, port forwarding, web fetch, team mesh. Free tier.

Homepage Verified source GitHub

Install

oci:docker.io/route6me/netid:1.2.4

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://gw.route6.me/mcp",
      "headers": [
        {
          "description": "Bearer <your Route6 API key> — free key at https://route6.me (no card required)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/route6me/netid:1.2.4",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3000/mcp"
      }
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...