InstantDB MCP Server
instantdb-server MCP 服务器
用于与 InstantDB 交互的 MCP 服务器。
该服务器提供了一个只读接口,用于使用动态加载的架构和环境配置来查询 InstantDB。它包含一些工具,用于执行查询并根据预定义的模式检索查询示例。
特征
工具
获取示例
返回各种类别的预定义示例查询(例如“basic_read”、“filtering”、“associations”)。查询数据库
对 InstantDB 执行特定查询。需要一个查询和一个描述性的名称参数。列表查询
检索已执行查询的历史记录,包括查询 ID、名称、时间戳和结构等详细信息。返回查询
通过唯一 ID 检索特定查询以供以后参考或执行。
架构和环境集成
从相对于提供的项目目录的公共文件位置动态加载 InstantDB 模式(例如,instant.schema.ts、src/instant.schema.ts、app/instant.schema.ts)。
环境变量配置从项目的 .env 文件加载。必需的变量包括:
即时应用 ID
即时应用管理员令牌
待定功能
从常见文件位置动态检测 InstantDB 权限文件。
Related MCP server: mysql-mcp-server
发展
安装依赖项:
npm install构建服务器:
npm run build对于使用自动重建的开发:
npm run watch安装
要将服务器与 Claude Desktop 一起使用,请将以下配置添加到您的 Claude Desktop 设置中:
在 macOS 上:~/Library/Application Support/Claude/claude_desktop_config.json
在 Windows 上:%APPDATA%/Claude/claude_desktop_config.json
示例配置:
{
"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": []
}
}
}调试
要调试 MCP 服务器通信,请使用 MCP Inspector:
npm run inspector检查器将提供一个 URL 来访问用于监控 MCP 服务器操作的工具。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA read-only interface for querying InstantDB that dynamically loads schemas and enables executing queries through pre-defined patterns.
- AlicenseAqualityCmaintenanceProvides read-only MySQL query execution, database/table browsing, and table structure inspection with SQL safety validation.515MIT
- AlicenseAqualityCmaintenanceRead-only SQLite database explorer for MCP clients. Allows discovery of tables and columns via resources and running SELECT queries via a tool.2MIT
- FlicenseBqualityBmaintenanceProvides read-only query tools over OpenStreetMap data in PostGIS, enabling natural language queries for features, categories, and spatial analysis.7
Related MCP Connectors
Run SOQL queries to explore and retrieve Salesforce data. Inspect records, fields, and relationshi…
Read-only optical catalog search plus DiffBeam server, schema, and catalog revision metadata.
Run SOQL queries against your Salesforce org to retrieve records and insights. Explore objects, fi…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/christophersutton/instantdb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server