MCP stdio server for Attestify OS — governed agent execution with on-chain receipts.
claude mcp add attestify-mcp -- npx -y attestify-mcp
claude_desktop_config.json
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"attestify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"attestify-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.attestifyagent--attestify-mcp/reviews or the review_server meta-tool.
POST /mcp