mcp-server-ladybug
Officialby LadybugDB
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to bind the MCP server for sse and stream transport mode. | 127.0.0.1 |
| port | No | Port to listen on for sse and stream transport mode. | 8000 |
| db-path | No | Path to LadybugDB database file. | :memory: |
| max-rows | No | Maximum number of rows to return from queries. | 1024 |
| max-chars | No | Maximum number of characters in query results. | 50000 |
| transport | No | Transport type. Options: stdio, sse, stream. | stdio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| queryA | Use this to execute a Cypher query on the LadybugDB database |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| ladybugdb-initial-prompt | Core prompt for starting work with LadybugDB - emphasizes schema-first approach |
| data-types-guide | Complete reference for LadybugDB data types and complex types |
| json-guide | Guide for using JSON extension and JSON functions in LadybugDB |
| functions-guide | Reference for built-in functions: string, aggregation, date/time, type conversion |
| neo4j-differences | Key differences between LadybugDB Cypher and Neo4j Cypher |
| examples-guide | Query examples, workflows, and error handling tips |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Database Schema | Current 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