Skip to main content
Glama
package.json1.47 kB
{ "name": "@agiflowai/architect-mcp", "description": "MCP server for software architecture design and planning", "version": "1.0.11", "license": "AGPL-3.0", "keywords": [ "mcp", "model-context-protocol", "typescript" ], "bin": { "architect-mcp": "./dist/cli.cjs" }, "main": "./dist/index.cjs", "types": "./dist/index.d.cts", "module": "./dist/index.mjs", "files": [ "dist", "README.md" ], "scripts": { "dev": "node --loader ts-node/esm src/cli.ts mcp-serve", "build": "tsdown", "test": "vitest --run", "typecheck": "tsc --noEmit" }, "dependencies": { "@agiflowai/aicode-utils": "workspace:^", "@agiflowai/coding-agent-bridge": "workspace:^", "@agiflowai/hooks-adapter": "workspace:^", "@modelcontextprotocol/sdk": "1.24.0", "@types/express": "^5.0.3", "chalk": "5.6.2", "commander": "14.0.1", "execa": "^9.5.2", "express": "^4.21.2", "js-yaml": "4.1.1", "minimatch": "^10.0.3", "uuid": "^11.0.5", "zod": "^4.1.13" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.0.0", "tsdown": "^0.16.4", "typescript": "5.9.3", "vitest": "4.0.15" }, "type": "module", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./cli": { "import": "./dist/cli.mjs", "require": "./dist/cli.cjs" }, "./package.json": "./package.json" } }

Latest Blog Posts

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