Skip to main content
Glama

Insforge MCP Server

package.json1.35 kB
{ "name": "@insforge/mcp", "version": "1.1.6", "description": "MCP (Model Context Protocol) server for Insforge backend-as-a-service", "mcpName": "io.github.InsForge/insforge-mcp", "type": "module", "main": "dist/index.js", "bin": { "insforge-mcp": "./dist/index.js" }, "scripts": { "dev:stdio": "tsx watch src/stdio/index.ts", "dev:http": "tsx watch src/http/server.ts", "build": "tsup", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "insforge", "backend-as-a-service" ], "author": "Insforge", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/InsForge/insforge-mcp.git" }, "homepage": "https://github.com/InsForge/insforge-mcp#readme", "bugs": { "url": "https://github.com/InsForge/insforge-mcp/issues" }, "files": [ "dist", "mcp.json", "server.json" ], "dependencies": { "@insforge/shared-schemas": "^1.1.1", "@modelcontextprotocol/sdk": "^1.15.1", "@types/express": "^5.0.3", "commander": "^14.0.0", "express": "^5.1.0", "form-data": "^4.0.4", "node-fetch": "^3.3.2", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.10.5", "rimraf": "^5.0.5", "tsup": "^8.5.0", "tsx": "^4.7.0", "typescript": "^5.3.3" } }

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