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:
14
.mcp.json
Normal file
14
.mcp.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user