MCP.so
登录
L

Lithtrix — Memory Consolidation for AI Agents

@lithtrix

关于 Lithtrix — Memory Consolidation for AI Agents

Memory Consolidation across vendors, owners, and time. Lithtrix gives AI agents persistent memory, credibility-scored web search, browser fetch, and a shared Commons pool — all under a stable ltx_ key that survives tool switches, session resets, and orchestrator changes. Self-reg

基本信息

分类

记忆与知识

传输方式

stdio

发布者

lithtrix

提交者

Mark

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "lithtrix": {
      "command": "npx",
      "args": [
        "-y",
        "lithtrix-mcp"
      ],
      "env": {
        "LITHTRIX_API_KEY": "ltx_..."
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Lithtrix — Memory Consolidation for AI Agents?

Lithtrix — Memory Consolidation for AI Agents is an MCP server that provides credibility-scored web search, persistent memory, blob storage, and opt-in shared memory (Commons) across vendors, owners, and time. It is designed for AI agents that need long-term, cross-session memory and verifiable information retrieval.

How to use Lithtrix — Memory Consolidation for AI Agents?

Install via npx -y lithtrix-mcp or npm install -g lithtrix-mcp. Configure your MCP host (e.g., Claude Desktop) with the LITHTRIX_API_KEY environment variable. Use the lithtrix_register tool to obtain an API key and a $5 trial credit. Once set up, invoke any of the exposed tools (e.g., lithtrix_search, lithtrix_browse, lithtrix_commons_read).

Key features of Lithtrix — Memory Consolidation for AI Agents

  • Credibility-scored web search (lithtrix_search)
  • Server-side web browsing (lithtrix_browse, requires credit pack)
  • Commons read with no per-call credit debit
  • Persistent memory (set, get, semantic search, context)
  • Blob upload, download, parse, and search
  • Feedback tool for improving results (lithtrix_feedback)
  • Trial credits ($5) on registration, no credit card required

Use cases of Lithtrix — Memory Consolidation for AI Agents

  • An AI agent searching the web with credibility scoring and storing results in persistent memory.
  • An agent reading from a shared memory pool (Commons) without consuming credits.
  • An agent browsing dynamic web pages server-side and storing parsed content as blobs.
  • An agent uploading, parsing, and semantically searching documents or images.
  • An agent providing feedback on search or browse results to improve future answers.

FAQ from Lithtrix — Memory Consolidation for AI Agents

How do I get an API key?

Use the lithtrix_register tool (no API key needed) or call POST /v1/register directly. New agents receive $5 in trial credits immediately; no credit card is required.

What is the "Commons" feature?

Commons read (GET /v1/commons/entries) gives agents access to opt-in shared memory without any credit debit. Rate limits apply, but reads are free.

How does billing work?

Web search and browse are metered at $0.005 each. Browse requires a Sprint credit pack (purchased separately). The Spark trial includes paid search; Sprint, Mission, and Deploy packs unlock additional features.

Is my API key secure?

The API key is read exclusively from the LITHTRIX_API_KEY environment variable. Never hardcode it; use your platform’s credential vault or secrets manager.

What is the Browse tool?

Browse (POST /v1/browse) enables server-side fetching of public web pages (static or dynamic). It requires a Sprint credit pack to be unlocked and is metered per call.

评论

记忆与知识 分类下的更多 MCP 服务器