Local mandate gate and proof trail for AI agents that take consequential actions.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
forge-agent-gate · npm · 0.1.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.forgeorbital/agent-gate",
"description": "Local mandate gate and proof trail for AI agents that take consequential actions.",
"version": "0.1.5",
"websiteUrl": "https://forgeorbital.com/agent-gate",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "forge-agent-gate",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Run the risk-control MCP gateway over stdio.",
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Forge decision-API key (starts with fi_). Set this or FORGE_BEARER_TOKEN.",
"format": "string",
"isSecret": true,
"name": "FORGE_API_KEY"
},
{
"description": "Alternative to FORGE_API_KEY: a Forge bearer token for the decision API.",
"format": "string",
"isSecret": true,
"name": "FORGE_BEARER_TOKEN"
},
{
"description": "Base URL of the Forge decision API. Defaults to the hosted Forge cloud.",
"format": "string",
"default": "https://forgeorbital.com",
"name": "FORGE_API_BASE_URL"
},
{
"description": "Tenant id stamped into every proof-trail record.",
"isRequired": true,
"format": "string",
"name": "FORGE_TENANT_ID"
},
{
"description": "required = fail-closed (block if Forge cannot record); best_effort = execute anyway.",
"format": "string",
"default": "required",
"name": "FORGE_RECORD_MODE"
},
{
"description": "Absolute path to the signed mandate (policy) JSON. Create it with `forge-agent-gate init`.",
"format": "string",
"name": "AGENT_GATE_MANDATE_PATH"
},
{
"description": "If this file exists, every gated write is hard-blocked (master kill switch).",
"format": "string",
"name": "AGENT_GATE_KILL_FILE"
},
{
"description": "Kalshi API key id. Only for the live Kalshi venue adapter; stays on your machine.",
"format": "string",
"isSecret": true,
"name": "KALSHI_API_KEY_ID"
},
{
"description": "Path to your Kalshi RSA private key. Only for the Kalshi venue adapter.",
"format": "string",
"default": "./kalshi_private_key.pem",
"name": "KALSHI_PRIVATE_KEY_PATH"
},
{
"description": "Kalshi environment: demo or prod. Only for the Kalshi venue adapter.",
"format": "string",
"default": "demo",
"name": "KALSHI_ENV"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-10T04:01:59.751334Z",
"publishedAt": "2026-07-10T04:01:59.751334Z",
"updatedAt": "2026-07-10T04:01:59.751334Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.