目录 / Insforge
MCP
鉴权未知
未评级
已上架
Insforge
InsForge is a backend development platform designed for agentic coding. It enables coding agents to provision and operate backend infrastructure such as databases, authentication, storage, functions, deployment, and a model gateway. InsForge is suited for teams building applications with AI coding agents who want to move from idea to production without manual backend configuration.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 17:03):InsForge is a backend development platform designed for agentic coding
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://insforge--devel.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Insforge": {
"url": "https://insforge--devel.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| fetch-docs | Fetch Insforge documentation. Use "instructions" for essential backend setup (MANDATORY FIRST), or select specific SDK docs for database, auth, storage, functions, or AI integration. |
| fetch-sdk-docs | Fetch Insforge SDK documentation for a specific feature and language combination. Supported features: db, storage, functions, auth, ai, realtime Supported languages: typescript, swift, kotlin, rest-api |
| get-anon-key | Generate an anonymous JWT token that never expires. Requires admin API key. Use this for client-side applications that need public access. |
| get-table-schema | Returns the detailed schema(including RLS, indexes, constraints, etc.) of a specific table |
| get-backend-metadata | Index all backend metadata |
| run-raw-sql | Execute raw SQL query with optional parameters. Admin access required. Use with caution as it can modify data directly. |
| download-template | CRITICAL: MANDATORY FIRST STEP for all new InsForge projects. Download pre-configured starter template to a temporary directory. After download, you MUST copy files to current directory using the provided command. |
| bulk-upsert | Bulk insert or update data from CSV or JSON file. Supports upsert operations with a unique key. |
| create-bucket | Create new storage bucket |
| list-buckets | Lists all storage buckets |
| delete-bucket | Deletes a storage bucket |
| create-function | Create a new edge function that runs in Deno runtime. The code must be written to a file first for version control |
| get-function | Get details of a specific edge function including its code |
| update-function | Update an existing edge function code or metadata |
| delete-function | Delete an edge function permanently |
| get-container-logs | Get latest logs from a specific container/service. Use this to help debug problems with your app. |
| create-deployment | Deploy source code from a directory. This tool zips files, uploads to cloud storage, and triggers deployment with optional environment variables and project settings. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。