InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds. This repo is Model Context Protocol server for Insforge. Please visit the main Insforge repository for: - Installation and setup instructions - Configuration guide - Available tools and usage examples - API documen
Add this skill
npx mdskills install InsForge/insforge-mcpAutomated installer and clear setup for backend features MCP, but lacks tool descriptions

InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds.
This repo is Model Context Protocol server for Insforge.
Please visit the main Insforge repository for:
Use the InsForge installer to automatically configure MCP for your client:
# Claude Code
npx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Cursor
npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Windsurf
npx @insforge/install --client windsurf --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Cline
npx @insforge/install --client cline --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Roo Code
npx @insforge/install --client roocode --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Trae
npx @insforge/install --client trae --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130
# Install dev version for testing
npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 --dev
Replace:
your_api_key with your InsForge API keyhttp://localhost:7130 with your InsForge instance URL (optional, defaults to localhost:7130)If you prefer to manually configure your MCP client, add this to your MCP settings file:
{
"mcpServers": {
"insforge": {
"command": "npx",
"args": [
"-y",
"@insforge/mcp@latest"
],
"env": {
"API_KEY": "your_api_key",
"API_BASE_URL": "http://localhost:7130"
}
}
}
}
For detailed setup instructions, see the Insforge Documentation.
Apache License 2.0 - see the LICENSE file for details.
Part of the Insforge project.
Install via CLI
npx mdskills install InsForge/insforge-mcpInsforge MCP Server is a free, open-source AI agent skill. InsForge turns your coding agents into full-stack builders, letting them add backend features like auth, databases, file storage, serverless functions, and LLMs to your apps in seconds. This repo is Model Context Protocol server for Insforge. Please visit the main Insforge repository for: - Installation and setup instructions - Configuration guide - Available tools and usage examples - API documen
Install Insforge MCP Server with a single command:
npx mdskills install InsForge/insforge-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Insforge MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.