LLM-bridge-mcp-server

magnexis/LLM-bridge-mcp-server
★ 0 stars TypeScript AI/LLM Updated 1d ago
`LLM-bridge-mcp-server` is a local-first MCP server that lets Codex, Claude Desktop, and other MCP-compatible hosts use GLM-5 as a knowledge consultant, reasoning specialist, UI auditor, repository inspector, and approval-gated development assistant.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-bridge-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "magnexis/LLM-bridge-mcp-server"
      ]
    }
  }
}

Topics

javascriptmcp-servernpmnpxreleasetypescript