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

コメント

「開発者ツール」の他のコンテンツ