MCP Server
MCP
Attestify OS
MCP stdio server for Attestify OS — governed agent execution with on-chain receipts.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "attestify-mcp",
"version": "0.1.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the deployed Attestify app.",
"default": "https://attestifyos.com",
"name": "ATTESTIFY_BASE_URL"
},
{
"description": "Tenant API key issued via POST /api/keys, sent as X-API-Key on /api/run calls.",
"isSecret": true,
"name": "ATTESTIFY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment