MCP Server
MCP
io.github.attestifyagent/attestify-os
Governed agent execution: x402 payments, budgets, receipts, verification, and audit.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://attestify-os.vercel.app/api/run"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "attestify-os",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Tenant API key issued via POST /api/keys. Optional for discovery, required for governed /api/run calls.",
"format": "string",
"isSecret": true,
"name": "ATTESTIFY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment