AgentHubAgentHub

shuka

MCP ServerMCP Registry官方收录

io.github.cdonoyan/shuka · v1.0.2

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

概览

shuka 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "shuka": {
      "command": "npx",
      "args": [
        "-y",
        "@shukashake/mcp"
      ]
    }
  }
}

环境变量

SHUKA_API_URL可选

Shuka API base URL

SHUKA_API_KEY可选secret

Optional API key for authenticated requests

相关资源

统一 Manifest

{
  "id": "io.github.cdonoyan/shuka",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "shuka",
  "description": "Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.",
  "repository": {
    "url": "https://github.com/cdonoyan/Auron_Shuka",
    "source": "github",
    "subfolder": "shuka-mcp-server"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@shukashake/mcp",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SHUKA_API_URL",
            "description": "Shuka API base URL"
          },
          {
            "name": "SHUKA_API_KEY",
            "description": "Optional API key for authenticated requests",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.cdonoyan/shuka",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.cdonoyan%2Fshuka/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
shuka — MCP Server 安装与配置 · AgentHub