Files

15 lines
431 B
JSON

{
"mcpServers": {
"hartomat": {
"command": "uv",
"args": ["run", "--with", "mcp[cli]", "--with", "psycopg2-binary", "--with", "httpx", "python", "hartomat_mcp_server.py"],
"env": {
"DATABASE_URL": "postgresql://hartomat:hartomat@localhost:5432/hartomat",
"API_URL": "http://localhost:8888",
"API_EMAIL": "admin@hartomat.com",
"API_PASSWORD": "Admin1234!"
}
}
}
}