-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmithery.yaml
More file actions
48 lines (44 loc) · 1.14 KB
/
smithery.yaml
File metadata and controls
48 lines (44 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
namespace: arkforge
name: arkforge-mcp
displayName: "ArkForge Trust Layer"
description: "Third-party cryptographic proof for AI agent API calls. Works with Claude, GPT-4, Mistral, LangChain, AutoGen, or any HTTP client. The proof is signed by ArkForge — not by your agent."
version: "1.0.0"
license: "MIT"
homepage: "https://arkforge.tech?utm_source=smithery&utm_medium=listing&utm_campaign=mcp_trust"
repository: "https://github.com/ark-forge/arkforge-mcp"
startCommand:
type: stdio
configSchema:
type: object
properties:
apiKey:
type: string
title: "ArkForge API Key"
description: "Your ArkForge API key. Get a free key (500 proofs/month) at arkforge.tech."
required:
- apiKey
commandFunction: |-
(config) => ({
command: "uvx",
args: ["arkforge-mcp"],
env: { ARKFORGE_API_KEY: config.apiKey }
})
categories:
- security
- ai-governance
- compliance
keywords:
- cryptographic proof
- AI agents
- audit trail
- third-party attestation
- eIDAS
- EU AI Act
- NIS2
- DORA
- sigstore
- RFC 3161
- trust
author:
name: ArkForge
url: https://arkforge.tech