Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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
π https://colber.dev Β· π https://github.com/Obi49/Colber
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/colber-mcp)<a href="https://allmcps.com/mcp/colber-mcp"><img src="https://allmcps.com/api/badge/colber-mcp?style=directory" alt="Colber Mcp on AllMCPs" /></a>