We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tohachan/diagram-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "diagram-bridge-mcp",
"version": "1.0.6",
"description": "A \"bridge\" MCP server with a unique Prompt+Tool design that helps LLMs seamlessly generate and render diagrams. Powered by Kroki to support dozens of formats.",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.0",
"flowmcp": "^2.1.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.0",
"typescript": "^5.8.3"
},
"keywords": [
"mcp",
"diagram"
],
"homepage": "https://github.com/tohachan/diagram-bridge-mcp#readme",
"bugs": {
"url": "https://github.com/tohachan/diagram-bridge-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tohachan/diagram-bridge-mcp.git"
},
"license": "MIT",
"author": "Anton An",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "ts-node src/index.ts",
"start": "node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"clean": "rm -rf dist coverage"
}
}