GLM-4.6 MCP Server v1.0.0
🎉 Initial Production Release
Enterprise-grade Model Context Protocol server enabling Claude 4.5 Sonnet (via Warp Terminal) to leverage GLM-4.6 for advanced software architecture consulting.
🏗️ Features
-
4 Specialized Architectural Tools
consult_architecture- General architectural guidanceanalyze_code_architecture- Code analysis with SOLID principlesdesign_system_architecture- Complete system design from requirementsreview_technical_decision- Technical decision evaluation
-
Enterprise Standards
- TypeScript strict mode
- MCP protocol compliant
- Zero hardcoded secrets
- Comprehensive error handling
- Production-ready deployment strategies
-
Integration Ready
- Warp Terminal MCP configuration
- GLM-4.6 API client with authentication
- Docker, PM2, systemd deployment options
📦 Installation
git clone https://github.com/bobvasic/glm-mcp-server.git
cd glm-mcp-server
npm install
npm run buildCreate .env:
GLM_API_KEY=your_api_key_here🔧 Warp Configuration
Add to Warp Terminal MCP Servers:
{
"mcpServers": {
"glm-architecture": {
"command": "node",
"args": ["/absolute/path/to/glm-mcp-server/build/index.js"],
"env": {
"GLM_API_KEY": "your_glm_api_key_here"
}
}
}
}📚 Documentation
- README - Quick start and overview
- ARCHITECTURE - System architecture details
- DEPLOYMENT - Production deployment guide
- SECURITY_CHECKLIST - Security verification
🔐 Security
- MIT Licensed
- No hardcoded secrets
- Environment-based configuration
- Security-hardened .gitignore
🤝 Support
Enterprise Support: info@cyberlinksec.com
Issues: https://github.com/bobvasic/glm-mcp-server/issues
Built with Enterprise Standards by CyberLink Security