Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
18
2
package.json1.46 kB
{ "name": "promptopia-mcp", "version": "1.1.0", "description": "MCP Server for managing LLM prompts", "main": "build/index.js", "author": "Lumile Argentina S.A. - https://lumile.com.ar", "license": "MIT", "homepage": "https://lumile.com.ar", "bugs": "https://github.com/lumile/promptopia-mcp/issues", "repository": { "type": "git", "url": "git+https://github.com/lumile/promptopia-mcp.git" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "type": "module", "bin": { "promptopia-mcp": "build/index.js" }, "files": [ "build" ], "keywords": [ "mcp", "prompts", "llm", "model-context-protocol" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.11.4", "dotenv": "^16.3.1", "uuid": "^11.1.0", "zod": "^3.25.17" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "eslint": "^8.55.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.3.3", "vitest": "^1.6.0", "@vitest/coverage-v8": "^1.6.0" } }

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/lumile/promptopia-mcp'

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