Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SCAST MCP Server
by
davidkingzyb
Verified
GitHub
Developer Tools
Version Control
JavaScript
MIT License
5
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
SCAST
js
lib
mcp
test
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.md
README.zh.md
scast.css
SCAST.html
smithery.yaml
{ "name": "@davidkingzyb/scast", "version": "0.1.0", "description": "Static Code Analysis and Visualization. Convert Code to UML and Flow Diagram and explain by AI.", "license": "MIT", "author": "DKZ davidkingzyb@163.com", "homepage": "https://github.com/davidkingzyb/SCAST", "bugs": "https://github.com/davidkingzyb/SCAST/issues", "type": "module", "bin": { "scast_mcp": "mcp/index.js" }, "scripts": { "build": "shx chmod -R 755 mcp", "prepare": "npm run build", "dev": "node mcp/index.js ./test", "server": "node mcp/server.js", "minify": "uglifyjs js/SCAST.js -o lib/SCAST.min.js && uglifyjs js/SCASTPY.js -o lib/SCASTPY.min.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "glob": "^10.3.10", "minimatch": "^10.0.1", "multiparty": "^4.2.3", "uglify-js": "^3.19.3", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "shx": "^0.3.4" } }