Skip to content
Cline

Attestify OS for Cline

io.github.attestifyagent/attestify-mcp

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

client:Cline transport:stdio runtime:npm

Install Attestify OS in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "attestify-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Attestify OS in other clients