LegalContext MCP Server
LegalContext is an open-source Model Context Protocol (MCP) server that creates a secure, standardized bridge between law firms' document management systems (specifically Clio) and AI assistants (starting with Claude Desktop)
protomated
README
LegalContext MCP Server
LegalContext is an open-source Model Context Protocol (MCP) server that creates a secure bridge between law firms' document management systems (specifically Clio) and AI assistants (starting with Claude Desktop). It enables AI tools to access, retrieve, and incorporate firm document context while maintaining complete security and control over sensitive information.
Project Status
⚠️ Development Status: This project is in active development. Core MCP functionality is implemented, but document management integration is still in progress. about
Core Functionality
The current implementation includes:
- ✅ Basic MCP server with stdio transport
- ✅ Resource and tool registration
- ✅ Example resources and tools
- ✅ Configuration management
- ✅ Testing infrastructure
Getting Started
Prerequisites
- Bun 1.0 or higher
- Claude Desktop (for integration testing)
Installation
- Clone the repository:
git clone https://github.com/protomated/legal-context.git
cd legal-context
- Install dependencies:
bun install
- Build the project:
bun run build
Running the Server
Start the server with:
bun run start
Testing the MCP Server
You can test the MCP server using the included test client:
bun run test:client
This will start the server and connect a test client that will verify the basic functionality.
Architecture
LegalContext is built around a modular NestJS architecture:
graph TB
Claude[Claude Desktop] <--> |MCP/stdio| MCP[MCP Server]
MCP --> Resources[MCP Resources]
MCP --> Tools[MCP Tools]
Resources --> Clio[Clio API]
Tools --> Clio
The system is designed to keep all document processing within the firm's security perimeter, with zero sensitive data transmitted to external servers.
Documentation
Additional documentation can be found in the docs
directory:
- About LegalContext - The "why" behind LegalContext
- Claude Desktop Integration - Guide to integrating with Claude Desktop
- Security Architecture - Overview of the security design
- Development Roadmap - Planned features and timeline
Core Components
McpServerService
Manages the MCP server lifecycle and connection to Claude Desktop.
McpResourcesService
Handles registration and management of resources that provide document context.
McpToolsService
Manages tools that enable Claude to perform actions like searching or retrieving documents.
McpOrchestratorService
Coordinates the initialization and operation of the MCP components.
Security
LegalContext prioritizes security at every level:
- Data Boundary Control: All document processing occurs locally
- Secure Transport: Uses stdio for communication with Claude Desktop
- Access Control: Respects document management system permissions
- Zero Data Transmission: No document content sent to external servers
See the Security Architecture document for more details.
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
License
LegalContext is licensed under the Mozilla Public License 2.0.
Support
For support, please open an issue on GitHub or contact dele@protomated.com.
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.