Back to MCP Servers

Arkforge

Third-party certifying proxy — sign any HTTP call (AI agents, webhooks, microservices) with an independent Ed25519 signature, RFC 3161 timestamp, and Sigstore Rekor anchor. Works with Claude, GPT-4, Mistral, LangChain, AutoGen, or any HTTP client.

securityaiagent

Installation

npx -y arkforge-mcp

Configuration

{
  "mcpServers": {
    "arkforge-mcp": {
      "command": "npx",
      "args": ["-y", "arkforge-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub