{ "mcpServers": { "iati-neo4j": { "command": "uvx", "args": ["mcp-neo4j-cypher@0.2.1"], "env": { "NEO4J_URI": "bolt://localhost:7687", "NEO4J_USERNAME": "neo4j", "NEO4J_PASSWORD": "dev_password" } }, "postgres": { "command": "docker", "args": [ "run", "-i", "--rm", "mcp/postgres", "postgresql://postgres:dev_password@host.docker.internal:5432/iati"] } } }