Memgraph website screenshot

Memgraph

Memgraph is an open-source, high-performance in-memory graph database built in C++ for real-time graph analytics, GraphRAG, and agentic AI. Its primary interface is Cypher executed over the Bolt wire protocol (TCP port 7687) via standard graph drivers - it is not a REST API. Memgraph also ships MAGE graph algorithms, the GQLAlchemy Python OGM, the Memgraph Lab visual interface, a WebSocket log-monitoring channel, and an Enterprise Prometheus-style metrics HTTP endpoint.

Memgraph publishes 1 API on the APIs.io network: Monitoring API. Tagged areas include Graph Database, In-Memory, Cypher, Bolt, and Real-Time.

Memgraph’s developer surface includes documentation, engineering blog, and 8 more developer resources.

32.6/100 thin ▬ flat Agent 20/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemiumFree trial
3 APIs
Graph DatabaseIn-MemoryCypherBoltReal-Time

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 32.6/100 · thin
Contract Quality 11.4 / 25
Developer Ergonomics 2.4 / 20
Access Clarity 7.9 / 20
Operational Transparency 4.4 / 13
Contract Governance 0.0 / 12
Discoverability 6.5 / 10
Agent readiness — 20/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 6 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 9 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 4 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/memgraph: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Memgraph MAGE Algorithms

MAGE (Memgraph Advanced Graph Extensions) is an open-source library of graph algorithms and query modules - traditional, dynamic, and ML-driven - invoked as Cypher procedures (C...

Memgraph Lab

Memgraph Lab is a lightweight visual interface for writing Cypher queries, visualizing graph results, importing data, and inspecting query modules. The Lab application itself co...

Memgraph Monitoring API

The Monitoring API from Memgraph — 1 operation(s) for monitoring.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Memgraph

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Memgraph Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Memgraph Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Memgraph Agentic Access

1 operation

1 operations · 0 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: memgraph
url: https://raw.githubusercontent.com/api-evangelist/memgraph/refs/heads/main/apis.yml
name: Memgraph
kind: company
description: Memgraph is an open-source, high-performance in-memory graph database built in C++ for real-time graph analytics,
  GraphRAG, and agentic AI. Its primary interface is Cypher executed over the Bolt wire protocol (TCP port 7687) via standard
  graph drivers - it is not a REST API. Memgraph also ships MAGE graph algorithms, the GQLAlchemy Python OGM, the Memgraph
  Lab visual interface, a WebSocket log-monitoring channel, and an Enterprise Prometheus-style metrics HTTP endpoint.
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: true
  try_now: false
  public: false
  label: Freemium (free trial)
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/memgraph.png
tags:
- Graph Database
- In-Memory
- Cypher
- Bolt
- Real-Time
created: '2026-06-20'
modified: '2026-06-20'
specificationVersion: '0.23'
apis:
- aid: memgraph:memgraph-mage-algorithms
  name: Memgraph MAGE Algorithms
  tags:
  - MAGE
  - Algorithms
  - Query Modules
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://memgraph.com/docs/advanced-algorithms
  baseURL: bolt://localhost:7687
  properties:
  - url: https://memgraph.com/docs/advanced-algorithms
    type: Documentation
  - url: https://memgraph.com/docs/advanced-algorithms/available-algorithms
    type: APIReference
  - url: https://github.com/memgraph/mage
    type: GitHub
  description: MAGE (Memgraph Advanced Graph Extensions) is an open-source library of graph algorithms and query modules -
    traditional, dynamic, and ML-driven - invoked as Cypher procedures (CALL ...) over the same Bolt interface. Not a standalone
    HTTP API.
- aid: memgraph:memgraph-lab
  name: Memgraph Lab
  tags:
  - Lab
  - Visualization
  - UI
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://memgraph.com/docs/data-visualization
  baseURL: bolt://localhost:7687
  properties:
  - url: https://memgraph.com/docs/data-visualization
    type: Documentation
  - url: https://github.com/memgraph/lab
    type: GitHub
  description: Memgraph Lab is a lightweight visual interface for writing Cypher queries, visualizing graph results, importing
    data, and inspecting query modules. The Lab application itself connects to Memgraph over the Bolt protocol on port 7687;
    it is a client UI, not a public REST API.
- aid: memgraph:memgraph-monitoring-api
  name: Memgraph Monitoring API
  description: The Monitoring API from Memgraph — 1 operation(s) for monitoring.
  humanURL: https://memgraph.com/docs/querying
  baseURL: bolt://localhost:7687
  tags:
  - Monitoring
  properties:
  - type: OpenAPI
    url: openapi/memgraph-monitoring-api-openapi.yml
  - type: Documentation
    url: https://memgraph.com/docs/client-libraries
  - type: APIReference
    url: https://memgraph.com/docs/querying
  - type: GitHub
    url: https://github.com/memgraph/memgraph
  - type: Documentation
    url: https://memgraph.com/docs/database-management/monitoring
  - type: APIReference
    url: https://memgraph.com/docs/configuration/server-stats
common:
- type: AgenticAccess
  url: agentic-access/memgraph-agentic-access.yml
- type: DomainSecurity
  url: security/memgraph-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/memgraph
- type: LinkedIn
  url: https://www.linkedin.com/company/memgraph
- type: Website
  url: https://memgraph.com
- type: Documentation
  url: https://memgraph.com/docs
- type: Plans
  url: plans/memgraph-plans-pricing.yml
- type: RateLimits
  url: rate-limits/memgraph-rate-limits.yml
- type: FinOps
  url: finops/memgraph-finops.yml
- url: https://memgraph.com/blog
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/memgraph"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/memgraph/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/memgraph/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.