I

Instantdb

2 points
3
Installation
Copy the following command to your Client for configuration
Note: Your key is sensitive information, do not share it with anyone.

🚀 Instant Database Server (InstantDB Server)

An MCP server for interacting with InstantDB.

This server offers a read-only interface to query InstantDB using dynamically loaded schemas and environment configurations. It includes tools for executing queries and retrieving query examples based on predefined patterns.

🚀 Quick Start

This server provides a convenient way to interact with InstantDB. You can use the provided tools to execute queries and get query examples.

✨ Features

Tools

  • get_examples Returns predefined query examples for various categories (e.g., "Basic Reads", "Filtering", "Associations").

  • queryDB Executes a specific query on InstantDB. It requires a <code>query</code> and a descriptive <code>name</code> parameter.

  • list_queries Retrieves the history of executed queries and their details, such as query ID, name, timestamp, and structure.

  • return_query Retrieves a specific query by its unique ID for later reference or implementation.

Schema and Environment Integration

  • Dynamically loads the InstantDB schema from common file locations in the project directory (e.g., <code>instant.schema.ts</code>, <code>src/instant.schema.ts</code>, <code>app/instant.schema.ts</code>).
  • Loads environment variable configurations from the project's <code>.env</code> file. Important variables include:
    • <code>INSTANT_APP_ID</code>
    • <code>INSTANT_APP_ADMIN_TOKEN</code>

Pending Features

  • Dynamically detects InstantDB permission files from common file locations.

📦 Installation

Install Dependencies

npm install

Build the Server

npm run build

Develop with Automatic Rebuilding

npm run watch

Configuration for Claude Desktop

To use the server with Claude Desktop, add the following configuration to your Claude Desktop settings:

On macOS: <code>~/Library/Application Support/Claude/claude_desktop_config.json</code> On Windows: <code>%APPDATA%/Claude/claude_desktop_config.json</code>

Example configuration:

{
  "mcpServers": {
    "instantdb-server": {
      "command": "node",
      "args": ["/path/to/instantdb-server/build/index.js"],
      "env": {
        "INSTANT_APP_ID": "your_app_id",
        "INSTANT_APP_ADMIN_TOKEN": "your_admin_token"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

💻 Usage Examples

Debugging the MCP Server

To debug MCP server communication, use the MCP inspector:

npm run inspector

The inspector will provide a URL to access tools for monitoring MCP server operations.

Featured MCP Services
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
831
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
144
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
89
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
568
5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
285
4.5 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase