← Index

io.github.cdonoyan/shuka

io.github.cdonoyan/shuka·v1.0.2·Other
Quality Score
82
/100

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shuka": {
      "command": "npx",
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "env": {
        "SHUKA_API_URL": "<shuka_api_url>",
        "SHUKA_API_KEY": "<your-shuka_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shuka": {
      "command": "npx",
      "args": [
        "-y",
        "@shukashake/mcp"
      ],
      "env": {
        "SHUKA_API_URL": "<shuka_api_url>",
        "SHUKA_API_KEY": "<your-shuka_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @shukashake/mcp
§02  Environment variables
SHUKA_API_URL

Shuka API base URL

SHUKA_API_KEY
secret

Optional API key for authenticated requests

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other