cli-mcp-server

sdotee/cli-mcp-server
★ 0 stars Go Browser/Web Updated today
An MCP (Model Context Protocol) server implementation for interacting with S.EE services, providing capabilities for short URL management, text pasting, file sharing, and time utilities.
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": {
    "cli-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/sdotee/cli-mcp-server@latest"
      ]
    }
  }
}