Local mandate gate and proof trail for AI agents that take consequential actions.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like agent-gate.
npx -y forge-agent-gate{
"FORGE_API_KEY": "YOUR_SECRET_VALUE",
"FORGE_BEARER_TOKEN": "YOUR_SECRET_VALUE",
"FORGE_API_BASE_URL": "https://forgeorbital.com",
"FORGE_TENANT_ID": "YOUR_VALUE_HERE",
"FORGE_RECORD_MODE": "required",
"AGENT_GATE_MANDATE_PATH": "YOUR_VALUE_HERE",
"AGENT_GATE_KILL_FILE": "YOUR_VALUE_HERE",
"KALSHI_API_KEY_ID": "YOUR_SECRET_VALUE",
"KALSHI_PRIVATE_KEY_PATH": "./kalshi_private_key.pem",
"KALSHI_ENV": "demo"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"com-forgeorbital-agent-gate": {
"command": "npx",
"args": [
"-y",
"forge-agent-gate"
],
"env": {
"FORGE_API_KEY": "YOUR_SECRET_VALUE",
"FORGE_BEARER_TOKEN": "YOUR_SECRET_VALUE",
"FORGE_API_BASE_URL": "https://forgeorbital.com",
"FORGE_TENANT_ID": "YOUR_VALUE_HERE",
"FORGE_RECORD_MODE": "required",
"AGENT_GATE_MANDATE_PATH": "YOUR_VALUE_HERE",
"AGENT_GATE_KILL_FILE": "YOUR_VALUE_HERE",
"KALSHI_API_KEY_ID": "YOUR_SECRET_VALUE",
"KALSHI_PRIVATE_KEY_PATH": "./kalshi_private_key.pem",
"KALSHI_ENV": "demo"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
agent-gate is an MCP server for Local mandate gate and proof trail for AI agents that take consequential actions.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y forge-agent-gate; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y forge-agent-gate. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y forge-agent-gate. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y forge-agent-gate. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y forge-agent-gate. Add required environment variables before starting Cursor or VS Code.
agent-gate uses STDIO transport. Use the package or command config in Install.
agent-gate inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
agent-gate is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
forge-agent-gatestdio | npm | 0.1.5 | Env: FORGE_API_KEY secret Env: FORGE_BEARER_TOKEN secret Env: FORGE_API_BASE_URL Env: FORGE_TENANT_ID required Env: FORGE_RECORD_MODE Env: AGENT_GATE_MANDATE_PATH Env: AGENT_GATE_KILL_FILE Env: KALSHI_API_KEY_ID secret Env: KALSHI_PRIVATE_KEY_PATH Env: KALSHI_ENV |