Case Chronology MCP Server
@medelman17
About Case Chronology MCP Server
A Model Context Protocol (MCP) server for building and managing chronological timelines of case events. Perfect for legal professionals who need to organize complex case histories.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"case-chronology-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Case Chronology MCP Server?
A Model Context Protocol (MCP) server for building and managing chronological timelines of case events. It is perfect for legal professionals who need to organize complex case histories.
How to use Case Chronology MCP Server?
Install using uvx (recommended) or clone the repository and install with uv or pip. Configure Claude Desktop by adding the server to its MCP Servers configuration. Example commands: “Add an event: January 15, 2024 - Contract signed between ABC Corp and XYZ LLC” or “Export the chronology as markdown”.
Key features of Case Chronology MCP Server
- Smart date parsing for various formats (exact, approximate, month, quarter)
- Automatic extraction of dates and events from pasted documents
- Multi-format export (Markdown, CSV, brief text, JSON)
- Advanced search by date range, parties, keywords, or tags
- Party and document indexing for quick lookups
Use cases of Case Chronology MCP Server
- Organizing complex case histories for legal professionals
- Adding single events with parties, tags, and significance
- Parsing documents (e.g., emails) to extract and add events automatically
- Searching and filtering a timeline by criteria like date range or party
- Exporting the chronology in different formats for reporting or analysis
FAQ from Case Chronology MCP Server
How is data stored?
Events are stored in case_chronology.json in the same directory as the server. The file is created automatically on first use.
What date formats are supported?
Exact dates (3/15/2023, March 15, 2023), approximate dates (early March 2023, mid March 2023), month precision (March 2023), quarter precision (Q1 2023), and approximate markers (around 3/15/2023).
What if I get a “Python not found” error on Windows?
Install Python 3.10 or later from python.org and make sure to check “Add Python to PATH” during installation.
Why does the server disconnect immediately on Windows?
Check that the path in your Claude Desktop config is correct, use double backslashes (\\) in the JSON path, and verify your username is correct.
How can I test the server?
Run npx @modelcontextprotocol/inspector python chronology_server.py to test with the MCP Inspector.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments