| Crates.io | hanzo-mcp-server |
| lib.rs | hanzo-mcp-server |
| version | 0.1.0 |
| created_at | 2025-12-09 22:18:53.850738+00 |
| updated_at | 2025-12-09 22:18:53.850738+00 |
| description | Hanzo MCP Server - Rust implementation with search, tools, and code analysis |
| homepage | |
| repository | https://github.com/hanzoai/rust-sdk |
| max_upload_size | |
| id | 1976844 |
| size | 273,923 |
MCP (Model Context Protocol) server implementation with search, tools, and code analysis.
[dependencies]
hanzo-mcp-server = "0.1"
use hanzo_mcp_server::{Config, MCPServer};
let config = Config::default();
let server = MCPServer::new(config, 3333)?;
server.run().await?;
cargo install hanzo-mcp-server
hanzo-mcp-server --port 3333
This crate is part of the Hanzo MCP family:
hanzo-mcp - Unified crate (recommended)hanzo-mcp-core - Core typeshanzo-mcp-client - MCP clienthanzo-mcp-server - MCP server (this crate)MIT OR Apache-2.0