Memgraph Bolt/Cypher Query Interface
The primary programmatic interface to Memgraph. Clients send openCypher queries over the binary Bolt protocol on TCP port 7687 (bolt:// or bolt+s://) using official Neo4j-compatible drivers for Python, JavaScript, Java, Go, Rust, C#, and PHP. This is a stateful wire protocol, not a REST/HTTP API; there are no HTTP query endpoints.
Documentation
Documentation
https://memgraph.com/docs/client-libraries
APIReference
https://memgraph.com/docs/querying