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
By ark-forge
Installation
npx -y arkforge-mcpConfiguration
{
"mcpServers": {
"arkforge-mcp": {
"command": "npx",
"args": ["-y", "arkforge-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes