Hanary MCP Server - Task management for Claude Code
Project description
Hanary MCP Server
Hanary MCP Server for Claude Code - squad-bound task management.
Installation
# Using uvx (recommended)
uvx hanary-mcp --squad my-project
# Or install globally
uv tool install hanary-mcp
Configuration
Claude Code Setup
Add to your project's .mcp.json:
{
"mcpServers": {
"hanary": {
"command": "uvx",
"args": ["hanary-mcp", "--squad", "your-squad-slug"],
"env": {
"HANARY_API_TOKEN": "${HANARY_API_TOKEN}"
}
}
}
}
Or add via CLI:
claude mcp add hanary --transport stdio -- uvx hanary-mcp --squad your-squad-slug
Environment Variables
| Variable | Required | Description |
|---|---|---|
HANARY_API_TOKEN |
Yes | Your Hanary API token |
HANARY_API_URL |
No | API URL (default: https://hanary.org) |
Available Tools
Task Management
list_tasks- List tasks in the squadcreate_task- Create a new taskupdate_task- Update task title/descriptioncomplete_task- Mark task as completeduncomplete_task- Mark task as incompletedelete_task- Soft delete a taskget_top_task- Get highest priority incomplete task
Squad
get_squad- Get squad detailslist_squad_members- List squad members
Messages
list_messages- List squad messagescreate_message- Send a message
Development
# Clone and install
git clone https://github.com/hanary/hanary-mcp.git
cd hanary-mcp
uv sync
# Run locally
HANARY_API_TOKEN=your_token uv run hanary-mcp --squad test
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hanary_mcp-0.7.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hanary_mcp-0.7.0.tar.gz.
File metadata
- Download URL: hanary_mcp-0.7.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e27445a1555a3b08ee339602c38ebb04ba3e9240de65007b9300ab2458a5fac
|
|
| MD5 |
72d20304a996de83fb6f451c567b5e45
|
|
| BLAKE2b-256 |
99b44cb9632d14b7c096cd71a79cbcccc5d2b22cb0afde7afd05312c012fa178
|
File details
Details for the file hanary_mcp-0.7.0-py3-none-any.whl.
File metadata
- Download URL: hanary_mcp-0.7.0-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9645dc4bf1ea92e0065683da22cc1681e70335c0a2b3ad6e5efb21a1e3281748
|
|
| MD5 |
3ba7a5a08550066c6a0df19ea3433fd0
|
|
| BLAKE2b-256 |
7156dfaba2a16f78e395f10d26c5d9492aa11c0bc393ab4e4c4928773d71a0a3
|