8000 GitHub - r488it/claude_hands
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

r488it/claude_hands

Repository files navigation

MseeP.ai Security Assessment Badge

Claude Hands

English | 日本語

GitHub starsLicense: MIT

Claude Hands is a project that recreates Manus implementation using Claude Desktop and MCP (Model Control Protocol).

update

2025.5.01 Supports not only Docker but also Podman. Supports not only arm64 but also amd64. 2025.4.19 add auto_approve.js script in scripts 自動承認機能追加(詳細はscriptsフォルダ参照)
2025.4.19 reviewing directories
2025.4.18 cross-platform support
2025.3.29 Browser operation supported.
2025.3.29 ChatGPT Desktop supported. chatgpt_mcp_agent.config.yaml

Recommended Model

  • Claude 3.7 Sonnet
  • Claude 3.7 Sonnet think mode

Demo

demo.mov

Features

  • Pre-configured Docker environment for Claude Code development
  • Enhanced information retrieval with Tavily search integration
  • Seamless compatibility with Claude Desktop through MCP interfaces
  • Powerful graphic recording-style infographic generation capabilities

Prerequisites

  • Docker and Docker Compose (Podmanの場合、PodmanとPodman Compose)
  • Claude Desktop application
  • Tavily API key

Setup Instructions

1. Clone the Repository

git clone https://github.com/r488it/claude_hands.git
cd claude_hands

2. Configure Environment Variables

Create a .env file in the root directory:

touch .env

Add your Tavily API key and workspace path to the .env file:

TAVILY_API_KEY=your_tavily_api_key_here
WORKSPACE_PATH=/path/to/your/workspace

3. Start the Services

# arm64
docker-compose up -d
# amd64
docker-compose --file docker-compose_amd64.yml up -d
# Podman(arm64)
podman compose --file docker-compose.yml up -d
# Podman(amd64)
podman compose --file docker-compose_amd64.yml up -d

This command will:

  • Pull the required Docker images (if not already available)
  • Start the Claude Code and Tavily services
  • Make the services available on the configured ports

Connecting with Claude Desktop

  1. Copy the claude_desktop_config.json file to your Claude Desktop configuration directory *For Podman, rename the claude_desktop_config_podman.json file to claude_desktop_config.json and copy it.
  2. Restart Claude Desktop
  3. You can now use the MCP servers through Claude Desktop

Usage

  1. Create a new project
Create project
  1. Set up your prompt
Set prompt
  1. Add knowledge template (optional)
Add knowledge

Star History

Star History Chart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0