Insforge MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | Your InsForge API key | |
| API_BASE_URL | No | Your InsForge instance URL | http://localhost:7130 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch-docsA | Fetch Insforge documentation. Use "instructions" for essential backend setup (MANDATORY FIRST), or select specific SDK docs for database, auth, storage, functions, or AI integration. |
| get-anon-keyA | Generate an anonymous JWT token that never expires. Requires admin API key. Use this for client-side applications that need public access. |
| get-table-schemaB | Returns the detailed schema(including RLS, indexes, constraints, etc.) of a specific table |
| get-backend-metadataC | Index all backend metadata |
| run-raw-sqlA | Execute raw SQL query with optional parameters. Admin access required. Use with caution as it can modify data directly. |
| download-templateA | 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-upsertC | Bulk insert or update data from CSV or JSON file. Supports upsert operations with a unique key. |
| create-bucketC | Create new storage bucket |
| list-bucketsB | Lists all storage buckets |
| delete-bucketC | Deletes a storage bucket |
| create-functionC | Create a new edge function that runs in Deno runtime. The code must be written to a file first for version control |
| get-functionC | Get details of a specific edge function including its code |
| update-functionC | Update an existing edge function code or metadata |
| delete-functionC | Delete an edge function permanently |
| get-container-logsB | Get latest logs from a specific container/service. Use this to help debug problems with your app. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/InsForge/insforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server