Skip to content
@nekte-protocol

NEKTE Protocol

Agent coordination without the token tax.

NEKTE Protocol

Agent coordination without the token tax.

License: MIT NEKTE v0.3


Del griego nektos — unido, vinculado

The Problem

MCP serializes all tool schemas into every conversation turn. With 50 tools, that's 121,000 tokens/turn burned on definitions alone — before the model reads a single user message.

The Solution

NEKTE is an open protocol with 8 primitives designed for token efficiency:

              MCP         NEKTE       Savings
            ─────────────────────────────────
  5 tools     3,025        345         -89%
 30 tools    54,450      1,155         -98%
100 tools   302,500      2,325         -99%

Lazy Discovery · Zero-Schema Invocation · Token Budgets · Streaming · Task Lifecycle

How It Works

discover → invoke → delegate
   ↓         ↓         ↓
 L0/L1/L2  hash-based  SSE/gRPC streaming
 ~8 tok    0 extra     with cancel/suspend/resume

Packages

Package Description
Core @nekte/core Types, schemas, hashing, budget, codec, task state machine
Client @nekte/client HTTP/gRPC transports, discovery cache, streaming + cancel
Server @nekte/server Capability registry, task registry (DDD), auth, SSE + gRPC
Bridge @nekte/bridge MCP proxy — 90%+ savings, zero backend changes
CLI @nekte/cli discover, invoke, health, card, bench
Python nekte-python Python SDK

Quick Start

# TypeScript
pnpm add @nekte/client @nekte/server
# Python
pip install nekte
# Run the demo
git clone https://github.com/nekte-protocol/nekte.git
cd nekte && pnpm install && pnpm demo

Positioning

NEKTE complements existing protocols — it doesn't replace them:

  • + MCP — MCP connects agents to tools. NEKTE connects agents to agents. The bridge enables instant adoption.
  • + A2A — A2A prioritizes enterprise governance. NEKTE prioritizes token efficiency.

Pinned Loading

  1. nekte nekte Public

    Agent-to-Agent coordination that doesn't waste your context window. Token-efficient protocol with progressive discovery, zero-schema invocation, gRPC transport, and task lifecycle management.

    TypeScript 1

  2. nekte-python nekte-python Public

    NEKTE Protocol Python SDK — Token-efficient agent-to-agent coordination

    Python 1

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…