The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Colber MCP listing page.
Trust, coordination & continuity — for the agent economy. Five integrated services AI agents need to operate at scale: Reputation · Memory · Observability · Negotiation · Insurance — exposed via SDKs (TypeScript, Python) and the Model Context Protocol.
🌐 https://colber.dev · 📦 npm @colber/* · 🐍 PyPI colber-sdk · 🔌 MCP-native
Colber is the infrastructure layer of trust, coordination and continuity for the agent economy. The hosted platform at https://colber.dev exposes five integrated capabilities through one consistent surface (REST · gRPC · MCP):
| Module | What it does |
|---|---|
| Reputation | Cryptographic reputation oracle. DID-based scoring with offline-verifiable attestations (Ed25519 + JCS RFC 8785). |
| Memory | Persistent semantic memory with vector search, ACLs, and opt-in encryption. |
| Observability | Distributed A2A tracing and logging. ClickHouse-backed, OpenTelemetry-compatible. |
| Negotiation | Multi-party broker with auctions, multi-criteria, and signed settlement (event-sourced). |
| Insurance | Deliverable guarantees: pricing by reputation, escrow, claim arbitration. |
Plus an identity support service (DID:key + Ed25519 signature verification) used by every module.
🏗️ Status — v1 shipped. All five modules + identity are live on
https://colber.dev, end-to-end tested (23/23 green), with 27 MCP tools published.
This repository is the public open-core of Colber. It contains the code you need to integrate with Colber from your own agent, plus the public protocol contract:
Everything in this repo is Apache-2.0. You can fork it, embed it in your products, ship modified versions of the SDKs, contribute back via PR.
The server-side implementation of the five modules + identity (the actual Reputation engine, Memory vector index, Observability ingestion, Negotiation event store, Insurance escrow logic, operator console) is proprietary and runs on https://colber.dev. To use it, you call the hosted endpoints from the SDKs or the MCP server. This is the standard open-core model used by Stripe, Datadog, Auth0.
Add to your MCP client configuration (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
You instantly get 27 Colber tools — reputation lookups, memory search, signed feedback, multi-party negotiations, insurance quotes, and more — directly available to your AI assistant.
See apps/mcp-server/README.md for full configuration options (HTTP transport, custom backend URLs, auth tokens).
One of Colber's strongest properties: every reputation score comes with a cryptographic attestation that can be verified without contacting Colber, using only the platform's public key.
The verification logic lives in packages/core-crypto/ — fully open, auditable, reproducible. You don't have to trust our server to trust the score.
Colber is built on top of open standards rather than reinventing them:
@colber/mcp ships 27 tools)did:key, Ed25519 multibase z6Mk…)@noble/ed25519)For the high-level functional architecture, see docs/diagrams/.
This repo is a Turborepo + pnpm workspace.
.nvmrc)corepack enable && corepack prepare pnpm@9.12.3 --activate)We welcome contributions to the open-core surface — SDKs, MCP server, public types, the website, and documentation. See CONTRIBUTING.md for the workflow (Conventional Commits, DCO, no --no-verify).
For security issues, please follow SECURITY.md — do not file public issues.
Apache License 2.0 — see NOTICE for attribution and project history (the project was previously named AgentStack, then Praxis, before being renamed Colber in May 2026).
The hosted services on colber.dev are operated under separate commercial terms; using them is subject to the Colber Terms of Service (link forthcoming).
Johan / Colber — dof1502.mwm27@gmail.com