Skip to main content
Glama
package.json1.96 kB
{ "name": "@merabylabs/promptarchitect-mcp", "version": "0.1.6", "description": "MCP (Model Context Protocol) server for PromptArchitect - AI-powered prompt engineering tools for Claude, Cursor, VS Code, Windsurf, Zed & more", "keywords": [ "mcp", "model-context-protocol", "prompt-engineering", "ai", "llm", "claude", "cursor", "copilot", "vscode", "windsurf", "codeium", "zed", "jetbrains", "continue", "cline", "gemini", "prompt-generation", "prompt-refinement", "ai-assistant", "developer-tools", "code-assistant" ], "author": "Meraby Labs", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/MerabyLabs/promptarchitect-mcp" }, "homepage": "https://promptarchitectlabs.com", "bugs": { "url": "https://github.com/promptarchitect/mcp-server/issues" }, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "bin": { "promptarchitect-mcp": "./dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/cli.js", "start:stdio": "node dist/cli.js", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build && npm run test" }, "dependencies": { "@google/generative-ai": "^0.21.0", "@modelcontextprotocol/sdk": "^1.25.0", "dotenv": "^17.2.3", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.10.2", "rimraf": "^6.0.1", "typescript": "~5.7.2", "vitest": "^3.2.4" }, "peerDependencies": { "zod": "^3.25.0" } }

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/xXMSGXx/promptarchitect-mcp'

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