Labsco
kuzudb logo

Yatabase

from kuzudb

Managed graph database (Cypher + SPARQL + SQL) with native MCP endpoint โ€” AI agents query graphs directly, $0 egress, free tier.

๐Ÿ”ฅ๐Ÿ”ฅFreeQuick setup

kuzu-mcp-server

A Model Context Protocol server that provides access to Kuzu databases. This server enables LLMs to inspect database schemas and execute queries on provided kuzu database.

Components

Tools

  • getSchema

    • Fetch the full schema of the Kuzu database, including all nodes and relationships tables and their properties
    • Input: None
  • query

    • Run a Cypher query on the Kuzu database
    • Input: cypher (string): The Cypher query to run

Prompt

  • generateKuzuCypher
    • Generate a Cypher query for Kuzu
    • Argument: question (string): The question in natural language to generate the Cypher query for