LawMem — Legal Memory for AI Agents
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
LawMem — Legal Memory for AI AgentsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 · PrivacySign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


