Ezer Mishpati - AI legal decision drafting system with: - MCP server (FastMCP) with document processing pipeline - Web upload interface (FastAPI) for file upload and classification - pgvector-based semantic search - Hebrew legal document chunking and embedding
15 lines
346 B
JSON
15 lines
346 B
JSON
{
|
|
"mcpServers": {
|
|
"legal-ai": {
|
|
"type": "stdio",
|
|
"command": "/home/chaim/legal-ai/mcp-server/.venv/bin/python",
|
|
"args": ["-m", "legal_mcp.server"],
|
|
"cwd": "/home/chaim/legal-ai/mcp-server",
|
|
"env": {
|
|
"DOTENV_PATH": "/home/chaim/.env",
|
|
"DATA_DIR": "/home/chaim/legal-ai/data"
|
|
}
|
|
}
|
|
}
|
|
}
|