Skip to content
Cursor

Attestify OS for Cursor

io.github.attestifyagent/attestify-mcp

MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.

client:Cursor transport:stdio runtime:npm

Install Attestify OS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "attestify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "attestify-mcp"
      ],
      "env": {
        "ATTESTIFY_BASE_URL": "<ATTESTIFY_BASE_URL>",
        "ATTESTIFY_API_KEY": "<ATTESTIFY_API_KEY>",
        "TRUST_AGENT_ID": "<TRUST_AGENT_ID>",
        "TRUST_PRIVATE_KEY": "<TRUST_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Attestify OS in other clients