JUHE API Marketplace
hanzoai avatar
MCP Server

Hanzo MCP

An MCP server that enables Claude and other LLM clients to access Hanzo AI platform capabilities and provide powerful code management tools for analyzing, modifying, and understanding projects.

8
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

@hanzo/mcp

TypeScript implementation of Model Context Protocol (MCP) server for AI development tools.

Installation

npm install -g @hanzo/mcp

Usage

As a CLI

# Start MCP server
hanzo-mcp serve

# Use with Claude Desktop
hanzo-mcp install-desktop

As a Library

import { createMCPServer } from '@hanzo/mcp';

const server = createMCPServer({
  name: 'my-mcp-server',
  version: '1.0.0',
  tools: [
    // Your custom tools
  ]
});

await server.start();

Features

  • File system operations (read, write, search)
  • Code execution
  • Web fetching
  • Integration with Claude Desktop
  • Extensible tool system

License

MIT © Hanzo AI

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source