← Back to Plugins
MCP Server MCP

io.github.learningloons-hash/lithtrix

github By github 👁 1 views ▲ 0 votes

Identity, memory, trust, and swarm MCP tools for AI agents. Spark trial at lithtrix.ai.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "lithtrix-mcp",
      "version": "0.20.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Lithtrix API key (ltx_...). Register free at https://lithtrix.ai/v1/register — Spark trial included, no card required. Or use the lithtrix_register tool.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LITHTRIX_API_KEY"
        },
        {
          "description": "Optional. UTF-8 passphrase for lithtrix_passport_derive and lithtrix_delegate signing — never sent to the Lithtrix API.",
          "format": "string",
          "isSecret": true,
          "name": "LITHTRIX_PASSPORT_MASTER_SEED"
        },
        {
          "description": "Optional. PKCS#8 PEM Ed25519 private key for lithtrix_delegate signing (client-side only).",
          "format": "string",
          "isSecret": true,
          "name": "LITHTRIX_PASSPORT_PRIVATE_KEY"
        },
        {
          "description": "Optional. Override the Lithtrix API base URL. Defaults to https://api.lithtrix.ai.",
          "format": "string",
          "name": "LITHTRIX_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...