Open-source TypeScript packages for the Altheia trust layer — SDK, MCP server, framework adapters.
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"
]
}
}
}
Run in terminal:
claude mcp add altheia-sdk npx -y altheia-xyz/altheia-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"altheia-sdk": {
"command": "npx",
"args": [
"-y",
"altheia-xyz/altheia-sdk"
]
}
}
}