MCP server with 7 tools for cataloging and searching National Insurance court decisions with pgvector semantic search. Web interface for upload, search, and browse.
15 lines
360 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|