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
1<div align="center">2 <a href="https://insforge.dev">3 <img src="banner.png" alt="Insforge Banner">4 </a>5</div>67<div align="center">89[](https://lobehub.com/mcp/insforge-insforge-mcp)1011</div>1213# Insforge MCP Server1415InsForge 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.1617This repo is Model Context Protocol server for [Insforge](https://github.com/InsForge/insforge).1819<a href="https://glama.ai/mcp/servers/@InsForge/insforge-mcp">20 <img width="380" height="200" src="https://glama.ai/mcp/servers/@InsForge/insforge-mcp/badge" alt="Insforge Server MCP server" />21</a>2223## 📖 Documentation2425Please visit the [main Insforge repository](https://github.com/InsForge/insforge) for:2627- Installation and setup instructions28- Configuration guide29- Available tools and usage examples30- API documentation31- Contributing guidelines3233## 🚀 Quick Start3435### Automated Installation (Recommended)3637Use the InsForge installer to automatically configure MCP for your client:3839```bash40# Claude Code41npx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:71304243# Cursor44npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:71304546# Windsurf47npx @insforge/install --client windsurf --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:71304849# Cline50npx @insforge/install --client cline --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:71305152# Roo Code53npx @insforge/install --client roocode --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:713054# Trae55npx @insforge/install --client trae --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:71305657# Install dev version for testing58npx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 --dev59```6061Replace:62- `your_api_key` with your InsForge API key63- `http://localhost:7130` with your InsForge instance URL (optional, defaults to localhost:7130)6465### Manual Installation6667If you prefer to manually configure your MCP client, add this to your MCP settings file:6869```json70{71 "mcpServers": {72 "insforge": {73 "command": "npx",74 "args": [75 "-y",76 "@insforge/mcp@latest"77 ],78 "env": {79 "API_KEY": "your_api_key",80 "API_BASE_URL": "http://localhost:7130"81 }82 }83 }84}85```8687For detailed setup instructions, see the [Insforge Documentation](https://docs.insforge.dev).8889## 📄 License9091Apache License 2.0 - see the [LICENSE](LICENSE) file for details.9293---9495Part of the [Insforge](https://github.com/InsForge/insforge) project.96
Full transparency — inspect the skill content before installing.