Forge Verify MCP server for Claude Code and Claude Cowork. Adds trust verification to every action your Claude agent takes.
Add to your Claude Code MCP config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"forge-verify": {
"url": "https://veritera.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_FORGE_API_KEY"
}
}
}
}Restart Claude Code. Forge verification is now active.
- Open Claude Cowork settings
- Go to Integrations > MCP Servers
- Add server URL:
https://veritera.ai/mcp - Add your Forge API key
- Done — every action is now verified
When your Claude agent tries to use a tool (run a command, edit a file, call an API), the MCP server:
- Checks the action against your Forge policies
- Returns approved or denied
- Logs a cryptographic proof of the decision
No code changes needed. No SDK to install. Just configuration.
Sign up at veritera.ai to get your Forge API key.
MIT — Veritera AI