Skip to main content
Glama

MCP Prompt Enhancer

by soniankur948
package.json1.31 kB
{ "name": "mcp-prompt-enhancer", "version": "1.0.0", "description": "MCP server for intelligent prompt preprocessing with adaptive context management", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest", "lint": "eslint 'src/**/*.ts'", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "prompt-engineering", "context-management", "ai", "llm" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/mcp-prompt-enhancer.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "chokidar": "^3.5.3", "fs-extra": "^11.1.1", "glob": "^10.3.3", "lodash": "^4.17.21", "simple-git": "^3.19.1" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/jest": "^29.5.3", "@types/lodash": "^4.14.195", "@types/node": "^20.4.4", "@typescript-eslint/eslint-plugin": "^6.1.0", "@typescript-eslint/parser": "^6.1.0", "eslint": "^8.45.0", "jest": "^29.6.1", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "engines": { "node": ">=14.0.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/soniankur948/prompt-enhancer'

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