Initial commit: din-leumi MCP server + web app

MCP server with 7 tools for cataloging and searching
National Insurance court decisions with pgvector semantic search.
Web interface for upload, search, and browse.
This commit is contained in:
Chaim
2026-03-25 15:49:03 +00:00
commit 5c1fdd643f
20 changed files with 2190 additions and 0 deletions

14
.mcp.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"din-leumi": {
"type": "stdio",
"command": "/home/chaim/din-leumi/mcp-server/.venv/bin/python",
"args": ["-m", "din_leumi.server"],
"cwd": "/home/chaim/din-leumi/mcp-server",
"env": {
"DOTENV_PATH": "/home/chaim/.env",
"DIN_LEUMI_DATA_DIR": "/home/chaim/din-leumi/data"
}
}
}
}