lexibridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lexibridgeSearch the vault for force majeure precedents and draft a clause grounded in them."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lexibridge
An MCP (Model Context Protocol) server that speeds up legal research and drafting by giving LLM clients (Claude Desktop, Claude Code, etc.) tools to search a firm's precedent vault and draft clauses, memos, and summaries.
Tools
search_legal_vault(query, max_results=4)— semantic search over a Pinecone-backed vault of contract clauses and precedent language, embedded with Voyage AI'svoyage-law-2model.draft_clause(instruction, clause_type, tone, reference_text)— drafts a single contract clause with an LLM, optionally grounded in retrieved precedent.draft_legal_memo(topic, key_facts, jurisdiction, legal_questions, research_context)— drafts a structured legal research memo (Question Presented, Brief Answer, Facts, Discussion, Conclusion).summarize_document(document_text, focus)— summarizes a legal document, flagging obligations, deadlines, and risks.
A typical flow: an MCP client calls search_legal_vault to pull relevant
precedent, then feeds the results into draft_clause or draft_legal_memo
as reference_text / research_context so the drafted language is grounded
in the firm's own prior work.
Related MCP server: LegalContext
Setup
pip install -r requirements.txtCopy
.env.exampleto.envand fill inANTHROPIC_API_KEY,VOYAGE_API_KEY, andPINECONE_API_KEY(plus your Pinecone index name, if it differs from the default).Run the server:
python server.pyPoint an MCP client at it, e.g. add to
claude_desktop_config.json:{ "mcpServers": { "lexibridge": { "command": "python", "args": ["/absolute/path/to/lexibridge/server.py"] } } }
Disclaimer: output is a drafting aid, not legal advice — a licensed attorney should review anything generated here before it's relied on or filed.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search U.S. case law, fetch opinions, and ask matter-aware legal questions over your documents.
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Shared, permission-aware company context for AI agents, with provenance, approvals and audit.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceCreates and searches private, local RAG libraries from documentation to ground AI assistants in authoritative sources, reducing hallucinations by providing current, accurate context from your own docs instead of relying on outdated training data.21MIT
- AlicenseNot gradedqualityCmaintenanceEnables secure access to legal documents from Clio via Claude Desktop, with local processing and semantic search to ground AI responses in actual documents.12 npm29Mozilla Public 2.0
- FlicenseNot gradedqualityDmaintenanceExposes search over internal documents and company lookup via authenticated API, enabling LLMs to access firm files and data.-
- AlicenseNot gradedqualityCmaintenanceEnables LLMs to query documents using semantic search, supporting PDFs, Word, Excel, and more. Organizes documents by topics from folder structure and provides advanced search features like phrase matching and date filtering.1MIT