Skip to main content
Glama

AI Code Toolkit

by AgiFlow
package.json2 kB
{ "name": "@agiflowai/scaffold-mcp", "description": "MCP server for scaffolding applications with boilerplate templates", "version": "1.0.2", "license": "AGPL-3.0", "author": "AgiflowIO", "repository": { "type": "git", "url": "https://github.com/AgiFlow/aicode-toolkit.git", "directory": "packages/scaffold-mcp" }, "homepage": "https://github.com/AgiFlow/aicode-toolkit#readme", "bugs": { "url": "https://github.com/AgiFlow/aicode-toolkit/issues" }, "keywords": [ "mcp", "model-context-protocol", "scaffold", "boilerplate", "template", "code-generation", "nextjs", "react", "vite" ], "bin": { "scaffold-mcp": "./dist/cli.cjs" }, "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "module": "./dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "dev": "node --loader ts-node/esm src/cli.ts", "build": "tsdown", "test": "vitest --run", "typecheck": "tsc --noEmit" }, "dependencies": { "@agiflowai/aicode-utils": "workspace:*", "@composio/json-schema-to-zod": "0.1.15", "@inquirer/prompts": "^7.8.6", "@modelcontextprotocol/sdk": "1.19.1", "chalk": "5.6.2", "commander": "14.0.1", "execa": "^9.5.2", "express": "^4.21.2", "fs-extra": "11.3.2", "js-yaml": "4.1.0", "liquidjs": "10.21.1", "pino": "^10.0.0", "pino-pretty": "^13.1.1", "zod": "3.25.76" }, "devDependencies": { "@types/express": "^5.0.0", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", "@types/node": "^22.0.0", "tsdown": "^0.15.6", "typescript": "5.9.3", "unplugin-raw": "^0.6.3" }, "publishConfig": { "access": "public" }, "type": "module", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./cli": { "import": "./dist/cli.js", "require": "./dist/cli.cjs" }, "./package.json": "./package.json" } }

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/AgiFlow/aicode-toolkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server