MCP.so
Sign In

Lithtrix

@lithtrix

About Lithtrix

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

Basic information

Category

Developer Tools

Transports

stdio

Publisher

lithtrix

Submitted by

Mark

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Developer Tools MCP servers