jazz-mcp-server

jazz-mcp-server

0

The Jazz MCP Server is a Model Context Protocol server designed to integrate AI assistants with apps built on the Jazz framework. It supports data management, syncing between devices, and user authentication, enhancing AI interaction with local-first apps.

Jazz MCP Server

A Model Context Protocol (MCP) server enabling AI assistants to interact with local-first apps built using the Jazz framework.

Features

  • Create, read, update, and delete data in Jazz applications
  • Sync data across devices
  • Manage authentication and user profiles
  • Work with various data types supported by Jazz

Prerequisites

  • Node.js 22.x or higher
  • npm or pnpm
  • A Jazz application

Usage

Start the MCP server using npm or pnpm. Connect AI assistants by utilizing the MCP-compatible API at http://localhost:3000.

Tools

  • jazz.listApps: List Jazz applications
  • jazz.getAppData: Get data from an app
  • jazz.updateAppData: Update app data
  • jazz.createAppData: Create new app data
  • jazz.deleteAppData: Delete app data
  • jazz.auth.createUser: Create a user
  • jazz.auth.login: User login