{
  "markdown": "<div align=\"center\">\n  <a href=\"https://insforge.dev\">\n    <img src=\"banner.png\" alt=\"Insforge Banner\">\n  </a>\n</div>\n\n<div align=\"center\">\n\n[![MCP Badge](https://lobehub.com/badge/mcp/insforge-insforge-mcp)](https://lobehub.com/mcp/insforge-insforge-mcp)\n\n</div>\n\n# Insforge MCP Server\n\nInsForge 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.\n\nThis repo is Model Context Protocol server for [Insforge](https://github.com/InsForge/insforge).\n\n<a href=\"https://glama.ai/mcp/servers/@InsForge/insforge-mcp\">\n  <img width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/@InsForge/insforge-mcp/badge\" alt=\"Insforge Server MCP server\" />\n</a>\n\n## 📖 Documentation\n\nPlease visit the [main Insforge repository](https://github.com/InsForge/insforge) for:\n\n- Installation and setup instructions\n- Configuration guide\n- Available tools and usage examples\n- API documentation\n- Contributing guidelines\n\n## 🚀 Quick Start\n\n### Automated Installation (Recommended)\n\nUse the InsForge installer to automatically configure MCP for your client:\n\n```bash\n# Claude Code\nnpx @insforge/install --client claude-code --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n\n# Cursor\nnpx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n\n# Windsurf\nnpx @insforge/install --client windsurf --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n\n# Cline\nnpx @insforge/install --client cline --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n\n# Roo Code\nnpx @insforge/install --client roocode --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n# Trae\nnpx @insforge/install --client trae --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130\n\n# Install dev version for testing\nnpx @insforge/install --client cursor --env API_KEY=your_api_key --env API_BASE_URL=http://localhost:7130 --dev\n```\n\nReplace:\n- `your_api_key` with your InsForge API key\n- `http://localhost:7130` with your InsForge instance URL (optional, defaults to localhost:7130)\n\n### Manual Installation\n\nIf you prefer to manually configure your MCP client, add this to your MCP settings file:\n\n```json\n{\n  \"mcpServers\": {\n    \"insforge\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@insforge/mcp@latest\"\n      ],\n      \"env\": {\n        \"API_KEY\": \"your_api_key\",\n        \"API_BASE_URL\": \"http://localhost:7130\"\n      }\n    }\n  }\n}\n```\n\nFor detailed setup instructions, see the [Insforge Documentation](https://docs.insforge.dev).\n\n## 🛠️ Development\n\nIf you are contributing to this project or running it locally:\n\n```bash\n# Install dependencies\nnpm install\n\n# Run unit tests\nnpm run test\n\n# Run linter (static analysis)\nnpm run lint\n\n# Auto-format code\nnpm run format\n\n# Build the package\nnpm run build\n```\n\n## 📄 License\n\nApache License 2.0 - see the [LICENSE](LICENSE) file for details.\n\n---\n\nPart of the [Insforge](https://github.com/InsForge/insforge) project.\n",
  "bytes": 3088,
  "sha": "72e2db42397ff5ad06698259380612d8969d723688d75a37a5ac705b9e28a6d9",
  "repo_slug": "insforge/insforge-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_insforge_insforge_mcp_5cd09524/readme"
}