Skip to main content
Glama
package.json777 B
{ "name": "@damenluo/plantuml-mcp-server", "version": "0.0.1", "description": "MCP server for PlantUML diagram generation", "type": "module", "main": "dist/index.js", "bin": { "plantuml-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "plantuml.jar", "LICENSE" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "plantuml", "diagram", "uml" ], "author": "junqing258", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" } }

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/junqing258/plantuml-mcp'

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