Skip to content

VeriteraAI/forge-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

forge-mcp-server

Forge Verify MCP server for Claude Code and Claude Cowork. Adds trust verification to every action your Claude agent takes.

Setup — Claude Code

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.

Setup — Claude Cowork

  1. Open Claude Cowork settings
  2. Go to Integrations > MCP Servers
  3. Add server URL: https://veritera.ai/mcp
  4. Add your Forge API key
  5. Done — every action is now verified

What It Does

When your Claude agent tries to use a tool (run a command, edit a file, call an API), the MCP server:

  1. Checks the action against your Forge policies
  2. Returns approved or denied
  3. Logs a cryptographic proof of the decision

No code changes needed. No SDK to install. Just configuration.

Get an API Key

Sign up at veritera.ai to get your Forge API key.

License

MIT — Veritera AI

About

Forge Verify MCP server for Claude Code and Claude Cowork — Trust verification via Model Context Protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors