icon for mcp server

汉佐

STDIO

Hanzo代码操作和项目管理MCP服务器

@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

MCP Now 重磅来袭,抢先一步体验