cmdxray
Rank #7,485io.github.aurelio-nakamura/cmdxray
Offline MCP server: explains shell commands token-by-token and flags destructive ones for AI agents.
cmdxray is a Model Context Protocol (MCP) server published by aurelio-nakamura. It ranks #7,485 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. cmdxray is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 19, 2026 and most recently updated on Sep 19, 2026.
Ranks ahead of 124,628 of 132,113 servers on MCP Toplist.
Use cmdxray
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cmdxray -- npx -y cmdxray-mcp cmdxray[mcp_servers.cmdxray]
command = "npx"
args = ["-y", "cmdxray-mcp", "cmdxray"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cmdxray": {
"command": "npx",
"args": [
"-y",
"cmdxray-mcp",
"cmdxray"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cmdxray": {
"command": "npx",
"args": [
"-y",
"cmdxray-mcp",
"cmdxray"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cmdxray": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cmdxray-mcp",
"cmdxray"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cmdxray": {
"command": "npx",
"args": [
"-y",
"cmdxray-mcp",
"cmdxray"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cmdxray": {
"command": "npx",
"args": [
"-y",
"cmdxray-mcp",
"cmdxray"
]
}
}
}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.aurelio-nakamura%2Fcmdxray)<a href="https://mcptoplist.com/server/io.github.aurelio-nakamura%2Fcmdxray"><img src="https://mcptoplist.com/badge/io.github.aurelio-nakamura%2Fcmdxray.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
aurelio-nakamura
Other servers by aurelio-nakamura
View all aurelio-nakamura servers →Available versions (1)
| Version | Published |
|---|---|
| 0.24.1 | Sep 19, 2026 |
Frequently asked questions
- Who maintains cmdxray?
- cmdxray is maintained by aurelio-nakamura, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is cmdxray listed on the Official MCP Registry?
- Yes — cmdxray is listed on the Official MCP Registry, alongside Glama.
- How many versions does cmdxray have?
- MCP Toplist tracks 1 version of cmdxray, most recently published on Sep 19, 2026.
- Where can I find the source code for cmdxray?
- The source code for cmdxray is hosted at github.com/aurelio-nakamura/cmdxray.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.