npm @agoes/zoxide-doctor-mcpstdioMITupdated 1mo ago
@agoes/zoxide-doctor-mcp gives MCP clients one local, read-only tool for diagnosing zoxide installation and shell setup. It wraps the published zoxide-doctor diagnostic core; it does not install zoxide or modify shell configuration files.
What can you do with zoxide doctor?
zoxide-doctor MCP server
@agoes/zoxide-doctor-mcp gives MCP clients one local, read-only tool for diagnosing zoxide installation and shell setup. It wraps the published zoxide-doctor diagnostic core; it does not install zoxide or modify shell configuration files.
This is an independent community integration. It is not affiliated with or endorsed by the official zoxide project.
What it does
- Checks whether
zoxideand optionalfzfare onPATH. - Checks that
zoxide initproduces shell initialization code. - Returns a machine-readable JSON report, including the matching zoxide.org setup and troubleshooting guides.
- Reads conventional shell profile paths only when the MCP caller sets
scan_config: true.
Install for an MCP client
Use an MCP client configuration that starts the local stdio server with npx:
{
"mcpServers": {
"zoxide-doctor": {
"command": "npx",
"args": ["-y", "@agoes/zoxide-doctor-mcp"]
}
}
}
The server exposes one tool:
diagnose_zoxide({ shell?: "bash" | "zsh" | "fish" | "powershell" | "nushell" | "elvish" | "tcsh" | "xonsh" | "posix", scan_config?: boolean })
scan_config is opt-in because it reads conventional shell-profile files. The tool never writes files or changes shell state.
Development
npm install
npm run lint
npm test
npm run validate:metadata
npm run pack:check
npm run smoke
server.json is kept version-locked to package.json and sets the MCP Registry websiteUrl to the zoxide-doctor guide.
License
MIT
Install
Add zoxide doctor to your client. Pick the one you use.
claude mcp add zoxide-doctor-mcp -- npx -y @agoes/zoxide-doctor-mcpcodex mcp add zoxide-doctor-mcp -- npx -y @agoes/zoxide-doctor-mcpamp mcp add zoxide-doctor-mcp -- npx -y @agoes/zoxide-doctor-mcp{
"mcpServers": {
"zoxide-doctor-mcp": {
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"zoxide-doctor-mcp": {
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"zoxide-doctor-mcp","command":"npx","args":["-y","@agoes/zoxide-doctor-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"zoxide-doctor-mcp": {
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"zoxide-doctor-mcp": {
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"zoxide-doctor-mcp": {
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"zoxide-doctor-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"zoxide-doctor-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @agoes/zoxide-doctor-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 23 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | Aug 9, 2026 |