Skip to main content
Glama

rekordbox-mcp

connect_database

Establish a connection to the rekordbox database by specifying a directory path or enabling auto-detection. Retrieve connection status for accessing DJ tracks, playlists, and session history.

Instructions

Connect to the rekordbox database.

Args: database_path: Optional path to database directory. If not provided, auto-detection is used.

Returns: Connection status message

Input Schema

NameRequiredDescriptionDefault
database_pathNo

Input Schema (JSON Schema)

{ "properties": { "database_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Database Path" } }, "type": "object" }

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/davehenke/rekordbox-mcp'

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