altheia-sdk

altheia-xyz/altheia-sdk
★ 0 stars TypeScript 📦 Other Updated today
Open-source TypeScript packages for the Altheia trust layer — SDK, MCP server, framework adapters.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "altheia-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "altheia-xyz/altheia-sdk"
      ]
    }
  }
}