lithtrix
About
Search, browse, memory and blob storage for AI agents. One key at lithtrix.ai, Spark trial free.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LITHTRIX_API_KEY LITHTRIX_PASSPORT_MASTER_SEED LITHTRIX_PASSPORT_PRIVATE_KEY LITHTRIX_API_URLClaude Code
claude mcp add --env LITHTRIX_API_KEY= --env LITHTRIX_PASSPORT_MASTER_SEED= --env LITHTRIX_PASSPORT_PRIVATE_KEY= --env LITHTRIX_API_URL= lithtrix -- npx lithtrix-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"lithtrix","command":"npx","args":["lithtrix-mcp"],"env":{"LITHTRIX_API_KEY":"","LITHTRIX_PASSPORT_MASTER_SEED":"","LITHTRIX_PASSPORT_PRIVATE_KEY":"","LITHTRIX_API_URL":""}}'
JSON
{
"mcpServers": {
"lithtrix": {
"command": "npx",
"args": [
"lithtrix-mcp"
],
"env": {
"LITHTRIX_API_KEY": "",
"LITHTRIX_PASSPORT_MASTER_SEED": "",
"LITHTRIX_PASSPORT_PRIVATE_KEY": "",
"LITHTRIX_API_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.