Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers22 Stars

Kya Os Mcp

KYA-OS MCP protocol reference implementation — delegation, proof generation, session lifecycle, and cryptographic identity for the Model Context Protocol

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "kya-os-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:decentralized-identity/kya-os-mcp"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}