a year ago
LegalContext is an open-source Model Context Protocol (MCP) server that creates a secure bridge between a law firm's Clio document management system and AI assistant (like Cluade).
Server Config
{
"mcpServers": {
"legalcontext": {
"command": "npx",
"args": [
"-y",
"@protomated/legal-context"
]
}
}
}