Remote execution tools for AI agents. Connect AI agents to remote systems via SSH to execute commands, manage files, and search filesystems on remote machines.
- @agent-remote/core - Core types and schemas for remote tool definitions
- @agent-remote/ssh - TypeScript library providing SSH-based remote execution tools with MCP server support
- integration-tests - Generic integration tests for remote implementations
- claude-agent-sdk - Using @agent-remote/ssh with Claude Agent SDK to create autonomous AI agents
- claude-code-ssh - Configuration for using Claude Code with remote SSH tools
The project includes a Docker-based sandbox environment for testing. See sandbox/README.md for details.
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Lint and format
pnpm lint
pnpm lint:fixApache-2.0
Copyright (c) 2025 Charles Francoise
