Skip to main content
Glama
Ownership verified

Server Details

Persistent semantic memory-as-a-service for legal AI agents. Store and recall case notes, client context, and matter history via MCP. Namespace-isolated, audit-logged, and GDPR-compliant.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
delete_memoryInspect

Permanently delete a stored memory by its UUID. This is a hard delete for GDPR right-to-erasure compliance. The memory is removed from both the vector store and the database. This action cannot be undone.

ParametersJSON Schema
NameRequiredDescriptionDefault
memory_idYes
get_statsInspect

Get usage statistics for your tenant: total memory count, today's API call counts (store/recall/read), all-time totals, and your wallet balance.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

recall_memoriesInspect

Semantically search stored legal memories using natural language. Returns the most relevant results ranked by cosine similarity. Optionally filter by matter_id to restrict results to a specific case. Results include the text preview, score, and metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
top_kNo
matter_idNo
store_memoryInspect

Store a legal text memory for later semantic recall. The text is embedded using nomic-embed-text and stored in a vector database. Returns the memory ID, token count, and a preview of the stored text. Use matter_id to scope memories to a specific case or client matter.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
agent_idNo
metadataNo
matter_idNo
source_docNo

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.