Zsh Tool
Rank #25,040io.github.ArkTechNWA/zsh-tool
MCP server providing zsh-tool capabilities
Zsh Tool is a Model Context Protocol (MCP) server published by arktechnwa. It ranks #25,040 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Zsh Tool is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 15, 2026 and most recently updated on Jan 15, 2026.
Ranks ahead of 90,551 of 115,591 servers on MCP Toplist.
Use Zsh Tool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add zsh-tool -e "ALAN_DB_PATH=<your ALAN_DB_PATH>" -- uvx zsh-tool-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zsh-tool]
command = "uvx"
args = ["zsh-tool-mcp"]
[mcp_servers.zsh-tool.env]
ALAN_DB_PATH = "<your ALAN_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zsh-tool": {
"command": "uvx",
"args": [
"zsh-tool-mcp"
],
"env": {
"ALAN_DB_PATH": "<your ALAN_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zsh-tool": {
"command": "uvx",
"args": [
"zsh-tool-mcp"
],
"env": {
"ALAN_DB_PATH": "<your ALAN_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zsh-tool": {
"type": "stdio",
"command": "uvx",
"args": [
"zsh-tool-mcp"
],
"env": {
"ALAN_DB_PATH": "<your ALAN_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zsh-tool": {
"command": "uvx",
"args": [
"zsh-tool-mcp"
],
"env": {
"ALAN_DB_PATH": "<your ALAN_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zsh-tool": {
"command": "uvx",
"args": [
"zsh-tool-mcp"
],
"env": {
"ALAN_DB_PATH": "<your ALAN_DB_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ArkTechNWA%2Fzsh-tool)<a href="https://mcptoplist.com/server/io.github.ArkTechNWA%2Fzsh-tool"><img src="https://mcptoplist.com/badge/io.github.ArkTechNWA%2Fzsh-tool.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
arktechnwa
Other servers by arktechnwa
- j5ed-knowledge-graph#30,785 · 1 ver
- Docker MCP Server#81,200
- GitHub Actions MCP#81,201
- pfClaude#81,202
- PostgreSQL MCP Server#81,203
- Prometheus MCP Server#81,204
- systemd-mcp#81,205
- Federated Search#93,182
Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Jan 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zsh Tool?
- Zsh Tool is maintained by arktechnwa, which publishes 9 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Zsh Tool listed on the Official MCP Registry?
- Yes — Zsh Tool is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Zsh Tool have?
- MCP Toplist tracks 2 versions of Zsh Tool, most recently published on Jan 15, 2026.
- Where can I find the source code for Zsh Tool?
- The source code for Zsh Tool is hosted at github.com/arktechnwa/zsh-tool.