Skip to content

feat: MCP server that knows how to use ZetaChain CLI#66

Merged
hernan-clich merged 49 commits intomainfrom
mcp
Oct 21, 2025
Merged

feat: MCP server that knows how to use ZetaChain CLI#66
hernan-clich merged 49 commits intomainfrom
mcp

Conversation

@fadeev
Copy link
Copy Markdown
Member

@fadeev fadeev commented Sep 19, 2025

MCP Server Management Commands

Overview

Adds commands to manage ZetaChain MCP server installations for AI editors (Claude Code and Cursor).

Commands

zetachain mcp install --client <claude|cursor>

Installs the ZetaChain MCP server.

  • Per-project installation for Claude Code
  • Global installation for Cursor
  • Detects and prevents duplicate installations

zetachain mcp remove --client <claude|cursor>

Removes the ZetaChain MCP server.

  • Removes from all projects (Claude Code) or globally (Cursor)

zetachain mcp list

Lists installation status for all supported AI editors.

Example Usage

# Install
$ zetachain mcp install --client claude
Installing ZetaChain MCP server for Claude Code...
✓ Successfully installed

# Check status
$ zetachain mcp list
✅ Claude Code: Installed
   Project: /Users/dev/my-project
   Server key: zetachain
❌ Cursor: Not installed

# Remove
$ zetachain mcp remove --client claude
✓ Successfully removed 1 ZetaChain MCP server(s)

@github-actions github-actions bot added the feat label Sep 19, 2025
@smithery smithery bot had a problem deploying to production September 19, 2025 16:14 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:17 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:30 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:33 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:34 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:36 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 16:47 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 17:00 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 17:01 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 17:03 Failure
@smithery smithery bot had a problem deploying to production September 19, 2025 17:04 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 13:40 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:05 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:27 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:34 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:39 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:47 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 14:50 Failure
@smithery smithery bot had a problem deploying to production October 21, 2025 15:07 Failure
@smithery smithery bot requested a deployment to production October 21, 2025 15:29 Pending
Copy link
Copy Markdown
Member

@hernan-clich hernan-clich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested ACK

@hernan-clich hernan-clich merged commit 10f1ba1 into main Oct 21, 2025
7 checks passed
@hernan-clich hernan-clich deleted the mcp branch October 21, 2025 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create an MCP server Generate a JSON file with CLI commands

2 participants