Skip to main content
Glama
j0hanz

PromptTuner MCP

by j0hanz
package.json2.48 kB
{ "name": "prompt-tuner-mcp-server", "version": "1.0.0", "description": "MCP server that refines and improves user prompts for AI-optimal readability", "type": "module", "bin": { "prompt-tuner-mcp-server": "./dist/index.js" }, "main": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "repository": { "type": "git", "url": "https://github.com/j0hanz/prompt-tuner-mcp-server.git" }, "bugs": { "url": "https://github.com/j0hanz/prompt-tuner-mcp-server/issues" }, "homepage": "https://github.com/j0hanz/prompt-tuner-mcp-server#readme", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "dev": "tsx watch src/index.ts", "dev:http": "tsx watch src/index.ts --http", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "test": "vitest run", "test:watch": "vitest", "lint": "eslint .", "format": "prettier --write .", "type-check": "tsc --noEmit", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "inspector:http": "npx @modelcontextprotocol/inspector -- node dist/index.js --http", "docker:build": "docker build -t prompt-tuner-mcp-server .", "docker:up": "docker-compose up -d", "docker:down": "docker-compose down" }, "keywords": [ "mcp", "model-context-protocol", "prompt", "prompt-engineering", "ai", "llm", "refinement", "optimization", "typescript" ], "author": "j0hanz", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.71.2", "@google/genai": "^1.34.0", "@modelcontextprotocol/sdk": "^1.25.1", "cors": "^2.8.5", "express": "^5.2.1", "lru-cache": "^11.2.4", "openai": "^6.14.0", "safe-regex2": "^5.0.0", "zod": "^3.25.76" }, "devDependencies": { "@eslint/js": "^9.39.1", "@trivago/prettier-plugin-sort-imports": "^6.0.0", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/node": "^22.19.3", "@vitest/coverage-v8": "^4.0.16", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-unused-imports": "^4.3.0", "prettier": "^3.7.4", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0", "vitest": "^4.0.16" }, "engines": { "node": ">=20.0.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/j0hanz/prompt-tuner-mcp-server'

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