MCP.so
登录

Lithtrix

@lithtrix

关于 Lithtrix

Search, memory, and blob storage for AI agents. One key, no setup.

基本信息

分类

开发工具

传输方式

stdio

发布者

lithtrix

提交者

Mark

配置

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

{
  "mcpServers": {
    "lithtrix": {
      "command": "npx",
      "args": [
        "-y",
        "lithtrix-mcp"
      ],
      "env": {
        "LITHTRIX_API_KEY": "your-ltx-key-here"
      }
    }
  }
}

工具

未检测到工具

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

概览

What is Lithtrix?

Lithtrix is an agent-native infrastructure for AI agents that provides web search with credibility scoring, persistent JSON memory (key–value and semantic recall), and binary blob storage. Agents self-register with no human setup required, and a single API key covers all three services.

How to use Lithtrix?

Install with npx -y lithtrix-mcp and set the LITHTRIX_API_KEY environment variable. Obtain a key by calling the lithtrix_register tool — no account needed.

Key features of Lithtrix

  • Web search with built-in credibility scoring
  • Persistent JSON memory with key–value and semantic recall
  • Binary blob storage with content-addressed upload and signed URLs
  • Agent self-registration via a single tool call
  • Free tier: 300 web searches, 1,000 memory ops/month, 5 MB memory, 50 MB blob storage
  • No credit card required for the free tier

Use cases of Lithtrix

  • AI agents performing web research with credibility assessment
  • Storing and retrieving agent memory across sessions
  • Saving and sharing binary data such as images or documents

评论

开发工具 分类下的更多 MCP 服务器