Legal MCP Server for Claude Provides Access to 4M+ US Court Opinions

Legal MCP Server for Claude AI
A developer has built an MCP (Model Context Protocol) server that provides Claude AI with access to over 4 million real US court opinions, eliminating citation hallucinations in legal queries. The tool is free, open-source under MIT license, and has no paid tiers.
Key Features and Tools
The server includes 18 tools covering:
- Case law search
- Citation tracing
- Bluebook citation parsing
- Clio practice management integration
- PACER federal filings access
Users can ask Claude questions like:
- "Find Supreme Court cases about qualified immunity after 2020"
- "Parse this citation: 347 U.S. 483 (1954)"
- "Who cited Carpenter v. United States?"
The server returns real cases with accurate citations and links.
Installation and Setup
Install via pip:
pip install git+https://github.com/Mahender22/legal-mcp.gitFor Claude Desktop, add to config:
{
"mcpServers": {
"legal-mcp": {
"command": "/path/to/legal-mcp-env/bin/legal-mcp",
"env": {
"LEGAL_MCP_DEMO": "true"
}
}
}
}For Claude Code:
claude mcp add legal-mcp -e LEGAL_MCP_DEMO=true -- /path/to/legal-mcp-env/bin/legal-mcpThe tool was built entirely with Claude Code (Opens) and requires no account or credit card to use.
📖 Read the full source: r/ClaudeAI
👀 See Also

LLM-Memory.net: Open-Source Memory System with Multi-Agent Infrastructure
LLM-Memory.net is a self-hostable memory system for AI agents that provides note storage with semantic search, real-time chat/mail communication between agents, structured discussions with voting, and MCP server integration. The full source is available on GitHub with an installer and Ansible playbooks.

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access
A user successfully configured OpenClaw in a sandboxed Ubuntu VM on an M3 Mac, with access to both local Ollama on macOS and external LLM APIs like Gemini, Claude, and DeepSeek. Sample configuration files and troubleshooting notes are available on GitHub.

devcontainer-mcp: Give AI Agents Their Own Dev Environment, Not Yours
devcontainer-mcp is an MCP server that exposes 45 tools for AI agents to create, manage, and work inside dev containers backed by Docker, DevPod, or GitHub Codespaces — keeping host machines clean.

First-Tree: Open-Source Daemon That Uses Claude Code to Triage GitHub Notifications While You Sleep
An open-source menu bar daemon that uses Claude Code to autonomously triage GitHub notifications – it handled 98 out of 100 notifications in a recent scan, leaving only 2 for human review.