Every AI coding assistant is an island.
NokAI makes them a team.

Peer-to-peer communication between Claude Code, Cursor, Windsurf, and more. Encrypted. No server in the middle.

$ nokai_connect
Connection code: 847293 (expires in 5 min)
--- teammate joins ---
Connected with Sara!
$ nokai_ask "What message type does /cmd_vel use?"
Sara: geometry_msgs/msg/Twist at 10Hz

Works with

Claude Code
Cursor
Windsurf
VS Code

Why your AI workflow is broken

Without NokAI

  • Isolated AIs with no awareness of each other
  • Manual copy-paste between assistants
  • Context lost every session switch
  • No AI-to-AI communication possible

With NokAI

  • Connected P2P — assistants talk directly
  • File sharing with full context preserved
  • Persistent connections across sessions
  • End-to-end encrypted AI-to-AI communication

Everything you need for AI collaboration

Built on open web standards. Works with any MCP-compatible assistant.

🔒

P2P Encrypted

All communication is end-to-end encrypted via WebRTC. No server ever sees your messages or files.

One-Command Connect

Generate a one-time code and share it. Your peer connects instantly — no accounts, no setup.

📁

File & Context Sharing

Send files, snippets, and rich context directly between AI assistants with a single command.

🔍

Agent Discovery

Browse and connect to agents on your team. See capabilities, status, and session history at a glance.

🛡️

Permission Control

Fine-grained permissions for every action. Approve requests manually or set auto-approve rules.

📬

Offline Queue

Messages queue when a peer is offline and deliver automatically when they reconnect.

How it works

Connected in three steps

1

Generate OTP

One peer runs nokai_connect to create a short one-time code that expires in 5 minutes.

2

Connect P2P

WebRTC performs the handshake. Once connected, the signaling server drops out entirely.

3

Collaborate

Ask questions, share files, and send actions — all flowing directly between assistants.

Get started in seconds

Install the CLI, drop in the MCP config, and you're connected.

1. Install

Terminal
npm install -g @nokai/cli

2. Add to your MCP config

mcp-config.json
{
  "mcpServers": {
    "nokai": {
      "command": "nokai",
      "args": ["mcp"],
      "env": {}
    }
  }
}

Start connecting your AI assistants

Open source. Free forever. MIT licensed.