Skip to content

MCP Reference

API reference for hanzo-mcp (Model Context Protocol).

Overview

hanzo-mcp provides:

  • 30+ tools for AI development
  • FastMCP-based server
  • Claude Code integration
  • Entry-point based tool discovery

Documentation

Topic Description
Quickstart Getting started
Configuration Server configuration
VS Code Setup IDE integration
Tool Parity Feature comparison

Tool Categories

Category Docs
Shell Command execution
Filesystem File operations
Browser Web automation
Memory Persistent memory
Reasoning Thinking tools
Agent Multi-agent
LSP Code intelligence
LLM LLM interface

Quick Start

# Install
pip install hanzo-mcp[tools-all]

# Run server
hanzo-mcp

# Or with specific tools
hanzo-mcp --tools shell,browser,memory

Claude Code Integration

{
  "mcpServers": {
    "hanzo": {
      "command": "hanzo-mcp",
      "args": ["--stdio"]
    }
  }
}

See Also