Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿค– Coding Agents
  3. Glm MCP
Glm MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:17:48 PM

Glm MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
developer-toolscoding-agentszaimcp

Delegates repository coding tasks to Z.ai GLM through four MCP tools, with routing, dry runs, progress, and usage tracking.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "djerok-glm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "glm-mcp-claude"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿค– More in Coding Agents

Overview

djerok/glm-mcp MCP server connects MCP clients to Z.ai's Anthropic-compatible GLM endpoint and runs GLM as a repository-level coding sub-agent. Its main agent loop can read, write, edit, list files, and run Bash commands, while the MCP server returns a summary and usage statistics. Supporting tools provide model-routing advice, local status data, and optional text-only delegation. Reach for it when a primary coding agent should delegate implementation work to GLM while retaining review, diff, and revert oversight.

Use cases

โ€ขDelegate repository implementation tasks to GLM
โ€ขPreview coding changes before writing them
โ€ขReview GLM-generated diffs from a primary agent
โ€ขTrack GLM tokens and estimated call costs
โ€ขAsk for local model-routing recommendations

Key features

โ€ขRepository-level GLM agent loop
โ€ขRead, write, edit, list, and Bash tools
โ€ขDry-run diff preview and Git revert guidance
โ€ขPeak-aware model routing
โ€ขLive progress notifications
โ€ขJSONL usage ledger and status reporting

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Glm MCP.

Extracted Tool Capabilities
Repository-level GLM agent loop
Read, write, edit, list, and Bash tools
Dry-run diff preview and Git revert guidance
Peak-aware model routing
Live progress notifications
JSONL usage ledger and status reporting

How Glm MCP works

What djerok/glm-mcp MCP server does

djerok/glm-mcp MCP server exposes Z.ai GLM to an MCP-compatible coding workflow. Its central glm_agent tool accepts a task and an absolute repository working directory, then lets GLM operate through an agent loop rather than making one isolated completion request. The loop can inspect files, modify them, enumerate directories, and execute Bash commands in the target repository.

The server is designed for a main agent such as Claude Code, GitHub Copilot, or Codex to delegate work and review the result. After the delegated run, the main agent receives a concise summary and a GLM STATS block containing the selected model, token counts, and estimated cost. Every GLM call is also appended to a usage.jsonl ledger.

How it works

When glm_agent is called, a peak-aware router selects a GLM model and sends the request to Z.ai's Anthropic-compatible /v1/messages endpoint. GLM handles the tool loop against the supplied repository, and the MCP server relays the result to the orchestrating client. A cost bias keeps GLM as the default engine in the routing behavior described by the project.

The tool supports dry_run: true, which previews a diff without writing changes. A completed real run prints a Git checkpoint revert line, giving the primary agent a way to review or undo changes. Progress notifications report the current iteration, token count, and token rate. Cancellation stops the run promptly, although partial changes may remain and need review or reversion.

Setup and configuration

For a general MCP client, install the published glm-mcp package with npx -y glm-mcp. Configure it as a stdio server and provide GLM_API_KEY with a Z.ai key. The server can start and answer MCP introspection requests without a key, but actual GLM calls require one.

The repository also provides separate installers for Claude Code, GitHub Copilot in VS Code, and Codex. Those installers add client-specific subagents, hooks, skills, or configuration in addition to registering the same underlying MCP server. The documented installer packages are glm-mcp-claude, glm-mcp-copilot, and glm-mcp-codex.

GLM_DELEGATE=on exposes the optional text-only delegation tool. max_tokens defaults to auto, or the orchestrating agent can provide a numeric limit. The default stall timeout is controlled by GLM_STALL_TIMEOUT_MS; client tool-call limits can also involve MCP_TOOL_TIMEOUT or CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT.

Tools and capabilities

The djerok/glm-mcp MCP server provides four tools:

  • glm_agent: delegates repository work to GLM, including read, write, edit, directory listing, and Bash execution.
  • glm_delegate: performs text-in/text-out generation and is hidden unless GLM_DELEGATE=on is set.
  • glm_recommend: gives a free local recommendation about GLM versus the main model, including model choice, confidence, and reasons.
  • glm_status: reports the peak window, active model, usage-ledger totals, and configuration health without making a GLM request.

Limitations and notes

The delegated agent can mutate files and run commands in the supplied repository, so the main agent should inspect its output and diffs. A dry run avoids writes, but normal execution can leave partial changes if cancelled. The server reports estimated cost and ledger totals, but the README does not establish those estimates as billing statements. GLM usage requires the user's Z.ai GLM Coding Plan key, and a hybrid main-agent workflow still consumes tokens for orchestration and review.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Oz MCP Server logoOz MCP Server

    Bridges Warp's Oz coding agent to any IDE or MCP client (Claude Code, Cursor, Codex), plus native @oz in VS Code Copilot Chat. Independent project; uses only Warp's documented public interfaces. MIT.

    ๐Ÿค– Coding Agents4 views
    Compare vs Oz MCP Server โ†’
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    ๐Ÿค– Coding Agents3 views
    Compare vs Codegraphcontext โ†’
  • Codex MCP Tool logoCodex MCP Tool

    MCP server that connects your IDE or AI assistant to Codex CLI for code analysis and editing with support for multiple models (gpt-5-codex, o3, codex-1)

    ๐Ÿค– Coding Agents4 views
    Compare vs Codex MCP Tool โ†’
  • Agy Bridge logoAgy Bridge

    Delegate heavy tasks from Claude Code (or any MCP client) to the Antigravity CLI (Gemini): file analysis, repo archaeology, web lookups, and adversarial second-opinion code reviews. Quota-aware model failover with cooldowns, per-tool timeouts, and multi-turn session continuity.

    ๐Ÿค– Coding Agents5 views
    Compare vs Agy Bridge โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
415
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Glm MCP

Run `npx -y glm-mcp` through an MCP client's stdio configuration and set `GLM_API_KEY` to your Z.ai key.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGlm MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/djerok-glm-mcp?style=directory)](https://allmcps.com/mcp/djerok-glm-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/djerok-glm-mcp"><img src="https://allmcps.com/api/badge/djerok-glm-mcp?style=directory" alt="Glm MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿค–Coding Agents
PricingBring your own API key (usage-based cost)
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 2, 2026
11/11 checks healthy over the last 33d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 15, 2026
npm downloads415/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity6/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท glm-mcp-claude (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿค– Coding Agents โ†’Best MCP servers for Coding Agents โ†’Alternatives to Glm MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code