Skip to content

Releases: bobvasic/glm-mcp-server

v1.0.0 - Initial Production Release

18 Oct 04:43

Choose a tag to compare

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 guidance
    • analyze_code_architecture - Code analysis with SOLID principles
    • design_system_architecture - Complete system design from requirements
    • review_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 build

Create .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


🔐 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