Truss
БесплатноНе проверенTruss MCP Server enables cross-organization evidence coordination via the Model Context Protocol, allowing multiple organizations to join, list, and verify cryp
Описание
Truss MCP Server enables cross-organization evidence coordination via the Model Context Protocol, allowing multiple organizations to join, list, and verify cryptographically signed evidence packages.
README

@tensflare/mcp
Truss MCP Server — cross-organization evidence coordination via the Model Context Protocol.
What is Truss?
Truss is an accountability layer for AI agents — it records every agent action as a cryptographically signed, tamper-evident audit trail. Learn more →
Overview
@tensflare/mcp is a Fastify-based HTTP server that provides three MCP-compatible tools for joining, listing, and verifying evidence packages across participant organizations. It enables cross-org evidence chain management — multiple organizations can contribute and verify evidence in a shared accountability framework.
Installation
npm install @tensflare/mcp
Quick start
npm run dev
Server starts on port 4001 (configurable via PORT env).
Tools
POST /tools/join
Join evidence packages from multiple organizations into a single assembled package.
{
"evidence_ids": ["evp_abc123", "evp_def456"],
"mandate_ids": ["mnd_001"]
}
GET /tools/list
List available evidence packages across participant orgs.
POST /tools/verify
Verify the integrity of an evidence package's action chain (SHA-256 content hash comparison).
{
"evidence": {
"package_id": "evp_abc123",
"action_log": []
}
}
Related packages
| Package | Description |
|---|---|
| @tensflare/tap | Core Zod schemas for evidence and delegation data models |
| @tensflare/truss-sdk | TypeScript SDK for creating and verifying evidence |
Development
npm install
npm run dev # Start dev server with hot reload
npm test # Run tests
Contributing
Pull requests are welcome. Please see the contribution guidelines.
License
Apache 2.0 — see LICENSE.
Установка Truss
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/tensflare/truss-mcpFAQ
Truss MCP бесплатный?
Да, Truss MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Truss?
Нет, Truss работает без API-ключей и переменных окружения.
Truss — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Truss в Claude Desktop, Claude Code или Cursor?
Открой Truss на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Truss with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
