Skip to main content
Glama
LadybugDB

mcp-server-ladybug

Official
by LadybugDB

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
hostNoHost to bind the MCP server for sse and stream transport mode.127.0.0.1
portNoPort to listen on for sse and stream transport mode.8000
db-pathNoPath to LadybugDB database file.:memory:
max-rowsNoMaximum number of rows to return from queries.1024
max-charsNoMaximum number of characters in query results.50000
transportNoTransport type. Options: stdio, sse, stream.stdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
queryA

Use this to execute a Cypher query on the LadybugDB database

Prompts

Interactive templates invoked by user choice

NameDescription
ladybugdb-initial-promptCore prompt for starting work with LadybugDB - emphasizes schema-first approach
data-types-guideComplete reference for LadybugDB data types and complex types
json-guideGuide for using JSON extension and JSON functions in LadybugDB
functions-guideReference for built-in functions: string, aggregation, date/time, type conversion
neo4j-differencesKey differences between LadybugDB Cypher and Neo4j Cypher
examples-guideQuery examples, workflows, and error handling tips

Resources

Contextual data attached and managed by the client

NameDescription
Database SchemaCurrent schema of the LadybugDB database including node and relationship tables

TDQS

A3.5/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools. The tool's purpose is clearly defined as executing Cypher queries on the LadybugDB database.

Naming Consistency3/5

With only one tool named 'query', there is no pattern to assess consistency. However, the name is simple and descriptive, matching common conventions for a single-operation server.

Tool Count2/5

A single tool is minimal for a database server. While a query tool is essential, the server likely needs additional tools for schema exploration, data manipulation, or other database operations to be functional.

Completeness2/5

The tool set is severely incomplete for typical database interactions. It only provides query execution, lacking tools for schema inspection, data definition, or other common operations, which will likely cause agent failures.

Maintenance

ActivityInactive
ResponsivenessNo issues