Skip to main content
Glama

prompt-new-mcp

by seungwonme
package.json799 B
{ "name": "prompt-new-mcp", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for saving and managing prompts", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "prepublishOnly": "npm run build" }, "bin": { "prompt-new-mcp": "./build/index.js" }, "files": [ "build", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "prompt", "typescript" ], "author": "seungwonan", "license": "MIT", "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^24.1.0", "typescript": "^5.8.3" } }

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/seungwonme/prompt-new-mcp'

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