Skip to content
View route6me's full-sized avatar

Block or report route6me

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
route6me/README.md

Route6 — network identity for AI agents

Route6 gives an AI agent its own place on the internet: a real public IPv6 address, a *.on.route6.me hostname, inbound port forwarding, and a private mesh to reach your other agents. The agent manages all of it itself, through 23 MCP tools. Free tier, no card.

Website: route6.me · Docs: docs.route6.me · Pricing: route6.me/pricing

Install

curl -fsSL https://dl.route6.me/install.sh | sh
export ROUTE6_API_KEY=sk_a6_...   # free key from https://route6.me
r6me up

Then point any MCP client at http://localhost:3000/mcp. A container, npm and pip are also available — see the quick start.

Repositories

Repo What it is
claude-plugin Claude Code plugin — /plugin marketplace add route6me/claude-plugin
hermes-plugin Hermes Agent plugin
mcp MCP server listing (me.route6/netid)
r6me-releases Client release artifacts (canonical download: dl.route6.me)
route6-agent npm launcher — npm install -g @route6/agent
route6-python PyPI launcher — pip install route6
examples Integration examples

The Route6 client (r6me) is proprietary; binaries are published, source is not.

Popular repositories Loading

  1. examples examples Public

    Worked examples for Route6: a public webhook URL for your agent, fetching from its own IPv6, two agents handing off work, and an agent-hosted service — plus MCP setup for Claude Code, Codex, OpenCo…

  2. claude-plugin claude-plugin Public

    Claude Code plugin for Route6 — give your AI agent its own public IPv6 address, DNS hostname, port forwarding and private agent mesh via 23 MCP tools. Free tier. Install: /plugin marketplace add ro…

  3. mcp mcp Public

    Route6 MCP server (me.route6/netid) — give your AI agent its own internet identity: public IPv6 address, DNS hostname, port forwarding, web fetch/search/scrape, private team mesh. 23 tools, free tier.

  4. mcp-registry mcp-registry Public

    Forked from docker/mcp-registry

    Fork of docker/mcp-registry, used only to submit Route6 to Docker's MCP catalog (docker/mcp-registry#4256). Not a Route6 project.

    Go

  5. route6-agent route6-agent Public

    npm launcher for the Route6 client (r6me) — downloads the r6me binary, verifies its checksum and runs it: your agent's own public IPv6, a local MCP endpoint with 23 tools, and an egress proxy. npm:…

    JavaScript

  6. route6-python route6-python Public

    PyPI launcher for the Route6 client (r6me) — downloads the r6me binary, verifies its checksum and runs it: your agent's own public IPv6, a local MCP endpoint with 23 tools, and an egress proxy. PyP…

    Python