Files
din-leumi/.mcp.json
Chaim 5c1fdd643f 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.
2026-03-25 15:49:03 +00:00

15 lines
360 B
JSON

{
"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"
}
}
}
}