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