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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • 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 BuildlistAllMCPs 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 Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Zsh Tool
Z
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:41 PM

Zsh Tool

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Zsh for Claude Code. PTY mode lets Claude type passwords. NEVERHANG + A.L.A.N.

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
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "zsh-tool": {
      "command": "npx",
      "args": [
        "-y",
        "zsh-tool"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview




zsh-tool

CI/CD License: MIT Rust

Zsh execution tool for Claude Code with full Bash parity, yield-based oversight, PTY mode, NEVERHANG circuit breaker, and A.L.A.N. short-term learning.

Status: Beta (v0.7.2)

Author: Claude + Meldrey

License: MIT

Organization: ArkTechNWA


Built with obsessive attention to reliability.


Why?

The #1 reason: If you use zsh, Claude Code's Bash tool causes quotation mismatches and shell confusion. Every debug loop costs tokens. zsh-tool eliminates this instantly and permanently.

The token math: One avoided debug spiral = 30+ seconds saved, hundreds of tokens preserved.

zsh-tool is intelligent shell execution:

Problemzsh-tool Solution
Bash/zsh quotation confusionNative zsh โ€” no shell mismatch, no debug loops
Commands hang foreverYield-based execution โ€” always get control back
No visibility into running commandszsh_poll โ€” incremental output collection
Can't interact with promptsPTY mode + zsh_send โ€” full interactive support
Can't type passwordsPTY mode โ€” let Claude Code type its own passwords
Timeouts cascadeNEVERHANG circuit breaker โ€” fail fast, auto-recover
No memory between callsA.L.A.N. 2.0 โ€” retry detection, streak tracking, proactive insights
Polling wastes tokensIntelligent polling โ€” 2s listen window, adaptive suggestions, duration estimates
Blind kills, no learningKill-aware A.L.A.N. โ€” classifies impatience vs genuine hangs
Retrying with wrong flagsmanopt โ€” auto-surfaces command options on repeated failures
No task managementzsh_tasks, zsh_kill โ€” full control

This is the difference between "run commands" and "intelligent shell integration."


Features

Yield-Based Execution

Commands return after yield_after seconds with partial output if still running:

  • No more hanging โ€” you always get control back
  • Incremental output โ€” collect with zsh_poll
  • Interactive input โ€” send with zsh_send
  • Task management โ€” zsh_kill and zsh_tasks

PTY Mode

Full pseudo-terminal emulation for interactive programs:

bash
# Enable with pty: true
zsh(command="pass insert mypass", pty=true)
# See prompts, send input with zsh_send
  • Proper handling of interactive prompts
  • Programs that require a TTY
  • Color output and terminal escape sequences
  • Full stdin/stdout/stderr merging

NEVERHANG Circuit Breaker

Prevents hanging commands from blocking sessions:

  • Tracks timeout patterns per command hash
  • Opens circuit after 3 timeouts in rolling 1-hour window
  • Auto-recovers after 5 minutes
  • States: CLOSED (normal) โ†’ OPEN (blocking) โ†’ HALF_OPEN (testing)

A.L.A.N. 2.0 (As Long As Necessary)

Intelligent short-term learning โ€” "Maybe you're fuckin' up, maybe you're doing it right."

  • Retry Detection โ€” warns when you're repeating failed commands
  • Streak Tracking โ€” celebrates success streaks, warns on failure streaks
  • Fuzzy Matching โ€” git push origin feature-1 โ†’ git push origin *
  • Proactive Insights โ€” contextual feedback before you run commands
  • Session Memory โ€” 15-minute rolling window tracks recent activity
  • Temporal Decay โ€” exponential decay (24h half-life), auto-prunes
  • SSH Intelligence โ€” separates host connectivity from remote command success
  • Pipeline Segment Tracking โ€” when cat foo | grep -badopts | sort fails, A.L.A.N. knows which segment failed

Delta Output with Line Numbers (v0.6.3)

zsh_poll returns only new output since the last poll, prefixed with global line numbers. No more dumping 800 lines every poll call.

Code
801: Installing package foo...
802: Compiling module bar...
803: Done.
FieldWhat it tells you
from_line / to_lineLine range in this delta (e.g., 801-803)
new_bytesByte count of new output since last poll
full_output (param)Pass true to get entire buffer with line numbers

First poll returns all output from line 1. Subsequent polls continue where the last left off. Completed tasks return the final delta, then empty on re-poll.

Intelligent Polling

zsh_poll performs a 2-second listen window before returning. If output arrives within 2s, it comes back immediately. If not, poll metadata tells the agent what's happening:

FieldWhat it tells you
polls_since_outputHow many empty polls in a row
elapsed_since_last_output_sIdle time since last output
alan_estimateA.L.A.N.'s duration prediction based on command history
suggestionAdaptive advice: space out polls, check soon, or consider killing

Suggestions are advisory only โ€” the agent always decides. A 2-minute pip install no longer generates 40 empty round-trips.

Kill-Aware A.L.A.N.

When the agent kills a command, A.L.A.N. records it as a KILLED outcome and classifies why:

CategoryMeaningExample
EARLY_KILLKilled well before median completion"Killed at 30s. Median is 120s. Needs more time."
LATE_KILLRan way past expected duration"Killed after 180s. Median is 45s. Something is wrong."
PATTERN_PROBLEMTemplate gets killed >50% of the time"This pattern may need a different approach entirely."

Kill classification compares kill_elapsed / median_duration to distinguish impatience from genuine hangs.

manopt โ€” Man Page Options on Failure

When a command fails repeatedly, A.L.A.N. surfaces its available options:

  • 1st failure โ€” normal feedback, no manopt
  • 2nd failure โ€” triggers async manopt lookup in background (2s timeout)
  • 3rd+ failure โ€” presents cached option table in A.L.A.N. insight

Parsed from local man pages. Cached in SQLite. On by default (ALAN_MANOPT_ENABLED=1).

SSH Tracking

A.L.A.N. treats SSH commands specially, recording two separate observations:

ObservationWhat it tracksExample insight
Host connectivityCan we connect to this host?"Host 'vps' has 67% connection failure rate"
Remote commandDoes this command work across hosts?"Remote command 'git pull' reliable across 3 hosts"

Exit code classification:

  • 0 โ€” Success (connected AND command succeeded)
  • 255 โ€” Connection failed (SSH couldn't connect)
  • 1-254 โ€” Command failed (connected but remote command failed)

This means when ssh host3 'git pull' fails with exit 255, A.L.A.N. knows the host was unreachableโ€”not that git pull is broken.


Tools

ToolPurpose
zshExecute command with yield-based oversight
zsh_pollGet new output (delta) from running task with line numbers
zsh_sendSend input to task's stdin
zsh_killKill a running task
zsh_tasksList all active tasks
zsh_healthOverall health status
zsh_alan_statsA.L.A.N. database statistics
zsh_alan_queryQuery pattern insights for a command
zsh_neverhang_statusCircuit breaker state
zsh_neverhang_resetReset circuit to CLOSED

Installation

From Marketplace (Recommended)

Add the ArkTechNWA marketplace to Claude Code:

Code
ArkTechNWA/claude-plugins

Then install: /plugin install arktechnwa/zsh-tool

That's it. The plugin auto-installs dependencies on first run.

Manual Installation

bash
git clone https://github.com/ArkTechNWA/zsh-tool.git ~/.claude/plugins/zsh-tool

Enable in ~/.claude/settings.json:

config.json
{
  "enabledPlugins": {
    "zsh-tool": true
  }
}

The bundled scripts/run-mcp.sh builds the Rust binary on first run and launches the MCP server.

Local Development

For local development/testing, the wrapper script automatically detects when CLAUDE_PLUGIN_ROOT isn't expanded and uses the calculated plugin root directory instead. No configuration changes needed.

Alternatively, create a .mcp.local.json with absolute paths:

config.json
{
  "mcpServers": {
    "zsh-tool": {
      "type": "stdio",
      "command": "/path/to/zsh-tool/scripts/run-mcp.sh",
      "env": {
        "NEVERHANG_TIMEOUT_DEFAULT": "120",
        "NEVERHANG_TIMEOUT_MAX": "600"
      }
    }
  }
}

The ALAN_DB_PATH will be automatically set to {plugin_root}/data/alan.db if not explicitly provided.

Requirements: Rust toolchain (cargo) and zsh must be installed.


Architecture

Code
zsh-tool/
โ”œโ”€โ”€ .claude-plugin/
โ”‚   โ”œโ”€โ”€ plugin.json
โ”‚   โ””โ”€โ”€ CLAUDE.md
โ”œโ”€โ”€ .mcp.json
โ”œโ”€โ”€ zsh-tool-rs/
โ”‚   โ”œโ”€โ”€ Cargo.toml
โ”‚   โ””โ”€โ”€ src/
โ”‚       โ”œโ”€โ”€ main.rs          # CLI entry point
โ”‚       โ”œโ”€โ”€ lib.rs           # Module exports
โ”‚       โ”œโ”€โ”€ executor.rs      # Pipe/PTY command execution
โ”‚       โ”œโ”€โ”€ config.rs        # User config (~/.config/zsh-tool/)
โ”‚       โ”œโ”€โ”€ circuit.rs       # NEVERHANG circuit breaker
โ”‚       โ”œโ”€โ”€ meta.rs          # Task metadata (exit code, pipestatus)
โ”‚       โ”œโ”€โ”€ alan/            # A.L.A.N. 2.0 learning engine
โ”‚       โ”‚   โ”œโ”€โ”€ mod.rs       #   Recording + insights
โ”‚       โ”‚   โ”œโ”€โ”€ hash.rs      #   Fuzzy command hashing
โ”‚       โ”‚   โ”œโ”€โ”€ insights.rs  #   Proactive feedback
โ”‚       โ”‚   โ”œโ”€โ”€ manopt.rs    #   Man-page option parsing
โ”‚       โ”‚   โ”œโ”€โ”€ ssh.rs       #   SSH host/command tracking
โ”‚       โ”‚   โ”œโ”€โ”€ streak.rs    #   Success/failure streaks
โ”‚       โ”‚   โ”œโ”€โ”€ pipeline.rs  #   Pipeline segment tracking
โ”‚       โ”‚   โ”œโ”€โ”€ prune.rs     #   Temporal decay + pruning
โ”‚       โ”‚   โ””โ”€โ”€ stats.rs     #   Database statistics
โ”‚       โ””โ”€โ”€ serve/           # MCP JSON-RPC server
โ”‚           โ”œโ”€โ”€ mod.rs       #   Request dispatch + tool handlers
โ”‚           โ”œโ”€โ”€ format.rs    #   Rich output formatting
โ”‚           โ”œโ”€โ”€ protocol.rs  #   JSON-RPC framing
โ”‚           โ””โ”€โ”€ tools.rs     #   Tool schema definitions
โ”œโ”€โ”€ scripts/
โ”‚   โ””โ”€โ”€ run-mcp.sh           # Build + launch wrapper
โ”œโ”€โ”€ data/
โ”‚   โ””โ”€โ”€ alan.db              # A.L.A.N. SQLite database
โ””โ”€โ”€ README.md

Configuration

Environment variables (set in .mcp.json):

  • ALAN_DB_PATH โ€” A.L.A.N. database location
  • NEVERHANG_TIMEOUT_DEFAULT โ€” Default timeout (120s)
  • NEVERHANG_TIMEOUT_MAX โ€” Maximum timeout (600s)
  • ALAN_MANOPT_ENABLED โ€” Enable man-page option hints on failure (default: 1)
  • ALAN_MANOPT_TIMEOUT โ€” Max seconds to wait for manopt parsing (default: 2.0)
  • ALAN_MANOPT_FAIL_TRIGGER โ€” Fail count to trigger async lookup (default: 2)
  • ALAN_MANOPT_FAIL_PRESENT โ€” Fail count to present cached options (default: 3)

Disabling Bash (Optional)

To use zsh as the only shell, add to ~/.claude/settings.json:

config.json
{
  "permissions": {
    "deny": ["Bash"]
  }
}

Changelog

0.7.2

User-Visible Output โ€” Tell the model to show its work

  • Fix: MCP tool results are invisible to users in Claude Code (platform limitation). Tool descriptions now instruct the model to relay command output verbatim in its response text.
  • This is a workaround for Claude Code not rendering MCP tool result blocks to users.

0.7.1

Stale Binary Fix โ€” Actually deliver the new format

  • Fix: run-mcp.sh now runs cargo clean -p before rebuild when source changes, preventing Cargo's incremental build from serving a stale binary
  • Fix: Rebuild trigger now also watches Cargo.toml (version bumps were invisible to the old find -newer check)

0.7.0

Rich Output Formatting โ€” No more JSON dumps

  • Structured output โ€” command header, separator-divided sections, status footer with icons
  • Visual status icons โ€” โœ” / โœ˜ replace [COMPLETED / [FAILED brackets
  • Progress consolidation โ€” consecutive progress lines (e.g., 10%, 20%, 30%) collapsed to show only the latest, preventing screen spam during downloads/builds
  • Command echo โ€” $ command header shows what ran, truncated at 120 chars
  • Colored exit codes โ€” green=0, red=nonzero, yellow=signal (129+)
  • Richer notifications โ€” background task completions use โ”Œ notify: with failure coloring
  • ALAN insight icons โ€” โš  for warnings, โ„น for info
  • New format.rs module โ€” all formatting extracted from mod.rs into isolated, testable module
  • 35 new tests (121 total) covering all formatting functions

0.6.1

Protocol Fix โ€” Bare JSON-RPC support for Claude Code v2.1+

  • Fix: MCP server now auto-detects bare newline-delimited JSON (Claude Code v2.1.42+) vs Content-Length framing
  • Debug logging: stderr diagnostics for protocol negotiation, request/response lifecycle, shutdown
  • Log file: run-mcp.sh redirects stderr to /tmp/zsh-tool-mcp.log for MCP debugging

0.6.0

Full Rust Rewrite โ€” Goodbye Python, hello speed

  • Complete rewrite in Rust โ€” MCP server, executor, A.L.A.N., NEVERHANG, all native
  • 79 Rust tests โ€” unit tests + full MCP integration tests (JSON-RPC round-trip)
  • CI pipeline rewritten โ€” cargo test + cargo clippy replace pytest + ruff
  • Python removed โ€” 7,600+ lines of Python deleted, zero Python dependencies
  • ~2x faster CI โ€” cold build 97s โ†’ cached 48s (vs Python's 60-120s)
  • All features preserved: yield/poll/send/kill, PTY mode, A.L.A.N. 2.0, NEVERHANG, manopt, SSH tracking, pipeline segments

0.5.0

A.L.A.N. v2 Upgrade โ€” Intelligent polling, kill awareness, manopt

  • Intelligent polling: 2s listen window in zsh_poll reduces empty round-trips; poll metadata with duration estimates and adaptive suggestions
  • Kill-aware A.L.A.N.: KILLED outcome type with elapsed tracking; classifies early kills (impatience), late kills (genuine hangs), and pattern problems (wrong approach)
  • manopt integration: Async man-page option parsing on repeated command failures; cached in SQLite; presented on 3rd+ failure for the same command template
  • New outcome_type and kill_elapsed_ms columns on observations
  • New manopt_cache table for persistent man-page option storage
  • ENV vars: ALAN_MANOPT_ENABLED, ALAN_MANOPT_TIMEOUT, ALAN_MANOPT_FAIL_TRIGGER, ALAN_MANOPT_FAIL_PRESENT

0.4.90

Feedback Improvements โ€” Better signal, less noise

  • ALAN insights now classified as info/warning tuples
  • Command awareness: grep exit 1 = "no match" (info), exit 127 = "command not found" (warning)
  • Post-execution insights: silent detection, pipe masking warnings, SIGPIPE exclusion
  • ANSI coloring on metadata lines (green=success, red=failure, cyan=running, yellow=timeout)
  • COMPLETED/FAILED status word based on exit code
  • Raw pipestatus lists replace formatted [cmd:code] strings
  • Grouped insight display: [info: A.L.A.N.: ...] and [warning: A.L.A.N.: ...]

0.4.83

Python 3.14 Support โ€” Future-proofing

  • Added Python 3.14 classifier and badge
  • Removed deprecated asyncio.DefaultEventLoopPolicy fixture (slated for removal in 3.16)
  • All 331 tests pass on Python 3.14.2

0.4.81

Pipestatus Marker Leak Fix โ€” Data integrity

  • Fixed race condition where ___ZSH_PIPESTATUS_MARKER___ could leak into output
  • Marker now stripped in _build_task_response() before returning to caller
  • Prevents corrupted file content when output is captured mid-execution
  • CI: Runner switched to docker executor, added PEP 668 compliance

0.4.80

Per-Segment Exit Codes โ€” Know exactly which command failed

  • Exit codes now show [cmd1:0,cmd2:1,cmd3:0] format instead of single integer
  • Each pipeline segment paired with its actual exit status from zsh $pipestatus
  • A.L.A.N. learning receives accurate per-command outcomes
  • Self-documenting output for human and AI analysis
  • Fixes bug where all commands reported exit=0 regardless of actual status

0.4.79

Server Modular Refactoring โ€” Cleaner architecture

  • Extracted MCP server into zsh_tool/server.py module
  • Centralized configuration in zsh_tool/config.py
  • Fixed plugin.json version sync with package version

0.4.75

Pipeline Intelligence โ€” Know which segment of your pipeline is failing

  • A.L.A.N. now captures zsh's $pipestatus array for every pipeline
  • Each segment recorded as independent observation with its own exit code
  • When cat foo | grep -badopts | sort fails, you know grep was the problem
  • Quote/escape-aware pipeline parsing handles complex commands correctly
  • Backwards compatible: full pipeline still recorded alongside segments
  • 248 new test lines covering segment tracking and edge cases

0.4.6

Configuration & Polish โ€” User-configurable defaults, 91% coverage

  • User config file (~/.config/zsh-tool/config.yaml) for custom yield_after
  • Test coverage improved: 303 tests, 91% coverage
  • Fixed null-check bug in task cleanup
  • Logo files consolidated and fixed

0.4.5

Bundled Plugin โ€” Zero-friction marketplace install

  • Auto-install wrapper (scripts/run-mcp.sh) creates venv on first run
  • Portable .mcp.json using ${CLAUDE_PLUGIN_ROOT}
  • ArkTechNWA marketplace support
  • No manual pip install required

0.4.0

Test Suite & CI โ€” 290 tests, 89% coverage

  • Comprehensive test suite covering all modules
  • CI pipeline with test and lint stages
  • Dynamic pipeline and coverage badges
  • Gentle test runner (run_tests.sh) with nice and sleep between files
  • Fixed deprecation warnings and lint errors
  • Added pytest-asyncio for async test support

0.3.1

SSH Intelligence โ€” Separate host connectivity from remote command success

  • SSH commands now record dual observations (host + remote command)
  • Exit code classification: 0=success, 255=connection_failed, 1-254=command_failed
  • New ssh_observations table for SSH-specific tracking
  • get_ssh_host_stats() โ€” per-host connection/command success rates
  • get_ssh_command_stats() โ€” per-command stats across all hosts
  • SSH-specific insights: flaky hosts, reliable hosts, failing commands
  • 31 new tests for SSH tracking

0.3.0

A.L.A.N. 2.0 โ€” "Maybe you're fuckin' up, maybe you're doing it right."

  • Retry detection: warns when repeating failed commands
  • Streak tracking: celebrates success, warns on failure
  • Fuzzy template matching: similar commands grouped
  • Proactive insights: contextual feedback before execution
  • Session memory: 15-minute rolling window
  • New database tables: recent_commands, streaks

0.2.0

  • Yield-based execution with live oversight
  • PTY mode for full terminal emulation
  • Interactive input support via zsh_send
  • Task management: zsh_poll, zsh_kill, zsh_tasks
  • Fixed stdin blocking with subprocess.PIPE

0.1.0

  • Initial release
  • NEVERHANG circuit breaker
  • A.L.A.N. learning database

License

MIT License - see LICENSE for details.


For Johnny5. For us.
ArkTechNWA

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools7 views
    Compare vs Claude Task Master โ†’
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Graphql โ†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Ai Netcafe โ†’
  • C
    Chinese Text Tools

    Claude Code ไธญๆ–‡ๅ†™ไฝœๅ››ๅˆไธ€ๅทฅๅ…ท็ฎฑ๏ผšๆ–‡ๆœฌๅˆ†ๆž๏ผˆๅญ—ๆ•ฐ/ๆฎต่ฝ/้˜…่ฏปๆ—ถ้—ด๏ผ‰ใ€็ป“ๆž„ๅŒ–ๅคง็บฒ็”Ÿๆˆ๏ผˆ่ฎบๆ–‡/ๅฐ่ฏด/ๅ•†ไธš่ฎกๅˆ’ไนฆ๏ผ‰ใ€GB/T 7714 ๅ‚่€ƒๆ–‡็Œฎๆ ผๅผๅŒ–ใ€ไธญๆ–‡ๅญ—้ข‘็ปŸ่ฎกใ€‚็บฏๆœฌๅœฐ่ฟ่กŒใ€‚

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Chinese Text Tools โ†’

Frequently Asked Questions about Zsh Tool

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "zsh-tool": { "command": "npx", "args": ["-y", "zsh-tool"] } }

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 PreviewZsh Tool AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zsh-tool?style=directory)](https://allmcps.com/mcp/zsh-tool)
HTML Embed
<a href="https://allmcps.com/mcp/zsh-tool"><img src="https://allmcps.com/api/badge/zsh-tool?style=directory" alt="Zsh Tool on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Views0
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.
27Quality signal: Emerging ยท 27/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 ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/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.

โ˜… 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 3,181+ 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 get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it 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 ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Zsh Tool โ†’Install in Claude DesktopInstall in CursorInstall in VS Code