$ timeahead.in
/ servers/npm/@goke/mcp
npm

@goke/mcp

Dynamically generate CLI commands from MCP server tools

56 stars9k/wkupdated 2d agogithub ↗
88good
▣ Overview

What it does

@goke/mcp bridges goke CLIs and MCP clients. It wraps your existing goke-based CLI and exposes each command as an MCP tool, making it discoverable and callable by Claude and other MCP clients. When you invoke createMcpAction({ cli }), every .command() definition becomes a full MCP tool, complete with argument validation inherited from your Zod schemas and help text automatically derived from your CLI definitions. The server handles argument parsing, type coercion, and tool discovery with no additional configuration.

Who it's for

TypeScript developers building internal or custom CLIs who want Claude to invoke them directly. DevOps and platform engineers with deployment, admin, or infrastructure-management tooling. Anyone maintaining a goke-based CLI who wants agent integration without writing a custom MCP server from scratch.

Common use cases

  • Expose a TypeScript CLI to Claude Code so agents can run commands directly.
  • Wire up internal deployment or database admin CLIs for agent access.
  • Make existing goke tooling available to AI agents without custom server code.
  • Add agent-driven automation to a command-line tool without modifying business logic.

Setup pitfalls

  • The CLI can read and write the filesystem—sandbox accordingly in restricted environments.
  • Requires a working goke CLI already built and installed; won't generate one from scratch.
  • Zod schema options must clearly describe parameters so agents can discover and use them properly.
  • No CI pipeline—verify the installed version works in your specific environment before relying on it.
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
65
13.0
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
88.0
⚿ Capabilities & Risk Explainer
fs readfs writeexecsecrets
◆ Risk level: medium· 1 tools · auth: API key
fs read + fs write + exec + secrets active — can execute code, access credentials, and make external network calls.
Tool nameDescriptionDestructive?
user_tool✓ no
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "gokemcp": {
      "command": "npx",
      "args": [
        "-y",
        "@goke/mcp"
      ]
    }
  }
}
⚙ Maintenance health
43/ 100 · is this project alive?
contributors (1y)1
top contributor share100%
releases (1y)40
last release1d ago
ci✗ none
⛁ Raw data
weekly downloads9k
github stars56
forks4
open issues2
license✓ present
readme length54039 chars
last publish2d ago
last commit2d ago
last updated1d ago
install verified✓ pass · 48d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points