lithtrix for Claude Desktop
io.github.learningloons-hash/lithtrix
Identity, memory, trust, and swarm MCP tools for AI agents. Spark trial at lithtrix.ai.
client:Claude Desktop
transport:stdio
runtime:npm
Install lithtrix in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"lithtrix": {
"command": "npx",
"args": [
"-y",
"lithtrix-mcp"
],
"env": {
"LITHTRIX_API_KEY": "<LITHTRIX_API_KEY>",
"LITHTRIX_PASSPORT_MASTER_SEED": "<LITHTRIX_PASSPORT_MASTER_SEED>",
"LITHTRIX_PASSPORT_PRIVATE_KEY": "<LITHTRIX_PASSPORT_PRIVATE_KEY>",
"LITHTRIX_API_URL": "<LITHTRIX_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs