What is MCP?
Model Context Protocol (MCP) is an open standard that allows AI assistants to interact with external tools and databases. Insforge provides an MCP server that gives your AI direct access to:- Database Management: Create/modify/delete tables, view schemas, manage table relationships
- Storage Buckets: Create/list/delete storage buckets for file uploads
- Backend Metadata: Get API keys, backend configuration, and system information
- SDK Documentation: Access SDK usage instructions for database, auth, and storage, AI Integration operations
Quick Installation
The easiest way to install MCP for your AI tool:
1
Create or select your project
Visit https://insforge.dev and either:
- Create a new project, or
- Select an existing project
2
Click Connect
Click the Connect button to integrate with Agents
3
Install the MCP

The Copy button provides a ready-to-run command with your API key and base URL already configured for your specific project
[your-tool]
with one of: cursor
, claude
, windsurf
, cline
, roo-code
Manual Installation
For tools that support direct MCP configuration:Step 1: Install the MCP server
Step 2: Configure your AI tool
Claude Desktop
Claude Desktop
Edit your Claude configuration file:macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Cline (VS Code)
Cline (VS Code)
- Install the Cline extension in VS Code
- Open Cline settings (
Cmd/Ctrl + Shift + P
→ “Cline: Open Settings”) - Go to MCP Servers section
- Add new server:
Cursor
Cursor
Cursor uses a composer file. Run the installer:Or manually add to
.cursorrules
in your project:Verify Installation
Test your MCP connection by asking your AI assistant:- List existing tables
- Create new tables
- Query data
- Manage authentication
- Handle file uploads
Available MCP Tools
Once connected, your AI assistant has access to these tool categories:Database Tools
Create, modify, and manage database tables and schemas
Storage Tools
Manage storage buckets for file uploads and organization
Metadata Tools
Access backend configuration and system information
Documentation Tools
Retrieve API documentation and implementation guides
Troubleshooting
MCP tools not appearing
MCP tools not appearing
- Restart your AI tool after configuration
- Check the configuration file path is correct
- Verify your API key is valid
- Ensure the API_BASE_URL is accessible
Authentication errors
Authentication errors
- Verify your API key in the dashboard
- Check that the API_BASE_URL matches your backend
- For local development, ensure Docker is running
Connection timeout
Connection timeout
- For cloud: Check your internet connection
- For local: Verify Docker is running with
docker ps
- Test the backend directly:
curl [API_BASE_URL]/health