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

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LadybugDB/mcp-server-ladybug'

If you have feedback or need assistance with the MCP directory API, please join our Discord server