Connect to Claude
Instantdb icon

Instantdb

Provides a read-only interface for querying InstantDB using a dynamically loaded schema and environment configuration.

About

Instantdb provides a read-only interface for querying InstantDB, utilizing a dynamically loaded schema and environment configuration. It offers tools for executing queries, retrieving query examples based on pre-defined patterns, and accessing a history of executed queries. Essential environment variables, such as INSTANT_APP_ID and INSTANT_APP_ADMIN_TOKEN, are loaded from the project’s .env file, ensuring seamless integration with your InstantDB application. It includes tools to execute queries and retrieve query examples based on pre-defined patterns.

Key Features

  • 0 GitHub stars
  • Provides tools for executing queries against InstantDB
  • Loads environment variable configuration from the project’s .env file.
  • Dynamically loads InstantDB schema from common file locations.
  • Retrieves pre-defined example queries for various categories.
  • Retrieves the history of executed queries.

Use Cases

  • Querying InstantDB with a read-only interface
  • Integrating with Claude Desktop for enhanced functionality
  • Retrieving example queries for learning and implementation