mcp-cli-server

snscaimito/mcp-cli-server
★ 0 stars Java Code/Dev Tools Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cli-server": {
      "command": "npx",
      "args": [
        "-y",
        "snscaimito/mcp-cli-server"
      ]
    }
  }
}

README Excerpt

`mcp-cli-server` is a loopback-only Spring Boot Model Context Protocol server. It discovers direct-child executable files in one trusted directory. Each executable contributes tools by implementing the JSON protocol in [CLI_BUILDER_SPEC.md](CLI_BUILDER_SPEC.md). It is infrastructure, not a command executor: an MCP request cannot choose an executable, shell command, working directory, or environment variable.

Tools (1)

find