Debian packages
- tracemem_<version>_<arch>.deb
- decisiondb_<version>_<arch>.deb
Docs / Deployment
Connects to TraceMem
Agents and applications
Over MCP, the HTTP API or one of our SDKs.
MCP · HTTP · SDKs
Model clients and coding agents
Existing Anthropic and OpenAI clients change their base URL and nothing else.
People
Operators, policy authors and approvers, signing in with your identity provider.
The deployment
The governed runtime. Agents, model clients and people all reach it here, and every action is checked against policy before it goes anywhere.
The append-only, hash-chained record of every decision, kept on your own storage.
TraceMem connects to
Your identity provider
Every actor, agent and approver is verified against it.
OIDC
Your data and tools
Databases, SaaS platforms, HTTP APIs and MCP servers, through connectors.
Your models
Commercial providers or models you host, behind the gateway.
Your approvers and your logs
Chat, email and ERP approvals, and log forwarding to your SIEM.
The API nodes hold no session state, so they sit behind whichever load balancer you already run. One deployment can serve several tenants, each with its own policies, agents and trace history.
| Entry point | Who uses it | Port |
|---|---|---|
| Agent MCP server | Agents built on MCP, including coding agents and agent frameworks. | 9001 |
| HTTP API and SDKs | Agents and applications calling TraceMem directly, or through our SDKs. | 8080 |
| Model gateway | Anthropic- and OpenAI-compatible clients, pointed at TraceMem instead of the provider. | 8080 |
| Dashboard | Operators, policy authors and approvers, with single sign-on through your OIDC provider. | 3000 |
| Admin MCP server | Administrative tooling and automation that manages agents, products and policies. | 9002 |
How each entry point is used, with the SDKs and framework plugins, is in SDKs and APIs.
Databases, warehouses, business apps and developer tools, published to agents as governed data products and capabilities.
Your OIDC provider verifies every actor, agent and approver, and signs people in to the dashboard.
Commercial providers or models you host, behind one gateway your agents already know how to call.
Exceptions reach approvers in the tools they already work in.
Agents are discovered on the platforms they are built and hosted on.
Every supported system is listed in Integrations.
| Requirement | Detail |
|---|---|
| Servers | Debian 12 or later, or Ubuntu 22.04 or later, on amd64 or arm64. On premises or on cloud machines you control. |
| Trace storage | Local disks or mounted volumes for DecisionDB, with hot, warm and cold tiers. |
| TLS | A reverse proxy or load balancer terminating TLS in front of the API and dashboard, and certificates for DecisionDB. |
| Model endpoints | Optional, for PII protection: OpenAI-compatible text and vision model endpoints, yours or our model packages. |
The installation guide, with every service, internal port and configuration option, is in the customer portal. If you are scoping TraceMem for your environment, talk to our engineers about your stack.