mcp

hanzoai/mcp

3.4

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An implementation of Hanzo capabilities using the Model Context Protocol (MCP).

Tools
15
Resources
0
Prompts
0

@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