LawMem — Legal Memory for AI Agents

by lawmem-ai

253 downloads
Not rated
GitHub

About

LawMem gives legal AI agents persistent, searchable memory via MCP. Store case notes, client context, research findings, and matter history — recalled semantically when relevant. Namespace-isolated, audit-logged, GDPR-compliant. Free tier + paid plans.

Details

Author
lawmem-ai
Downloads
253
Categories
Knowledge Base, AI

- Persistent semantic memory for legal AI agents
- Namespace-isolated storage for data privacy
- Audit-logged and GDPR-compliant
- Compatible with Claude, Cursor, Windsurf, and more
- Free tier available with 1,000 lifetime calls
- Pay-as-you-go and subscription pricing plans

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name LawMem — Legal Memory for AI Agents
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the server to your MCP client configuration with type "http", URL "https://api.lawmem.ai/mcp/", and an Authorization header using your API key. Obtain an API key at lawmem.ai/signup. Available tools include memory_store, memory_search, memory_list, and memory_delete.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lawmem \u2014 legal memory for ai agents": {
            "lawmem": {
                "type": "http",
                "url": "https://api.lawmem.ai/mcp/",
                "headers": {
                    "Authorization": "Bearer YOUR_LAWMEM_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "lawmem": {
        "type": "http",
        "url": "https://api.lawmem.ai/mcp/",
        "headers": {
            "Authorization": "Bearer YOUR_LAWMEM_API_KEY"
        }
    }
}

LawMem — Legal Memory for AI Agents

LawMem.ai gives legal AI agents persistent, searchable memory via MCP. Store case notes, client context, research findings, and matter history — recalled semantically when relevant.

Quickstart

Add to your MCP config: ``json { "mcpServers": { "lawmem": { "type": "http", "url": "https://api.lawmem.ai/mcp/", "headers": { "Authorization": "Bearer YOUR_LAWMEM_API_KEY" } } } } ` Get your API key at lawmem.ai/signup — free tier available.

Tools

| Tool | Description | |---|---| |
memory_store | Store a memory with text, namespace, and optional metadata | | memory_search | Semantic search across stored memories | | memory_list | List memories by namespace | | memory_delete` | Delete a memory by ID |

Auth

Bearer token — get your API key at lawmem.ai/signup.

Pricing

| Plan | Price | Calls/mo | |---|---|---| | Free | $0 | 1,000 lifetime | | Pay-as-you-go | $0 | $0.005/call | | Legal Starter | $199/mo | 50,000 | | Legal Pro | $499/mo | 150,000 |

Compatibility

Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.

Privacy & Compliance

Namespace-isolated, audit-logged, GDPR-compliant. Terms · Privacy
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.