possible055/agentshim

possible055★ 0RustLast synced: 2026-08-17

Open on GitHub

High-performance, capability-aware repository tools and process execution for coding agents.

README excerpt

AgentShim English 简体中文 AgentShim gives coding agents a small, focused set of tools for working with source code. Codex and Cursor connect to its local stdio MCP server; DSH uses the native adapter in this repository. The server treats the directory you start it in as the repository root and provides first-class Windows x86-64 support with compatibility releases for Linux and macOS. Why use it - Bounded file access. read , grep , and glob stay inside your repository by default, with optional access to Codex skill and plugin directories. - Managed long-running Bash. run program takes one executable and literal arguments. bash handles POSIX composition and can detach work under an instance-bound job id ; bash status reports lifecycle, primary exit status, and a bounded log tail, while bash can terminate the complete owned tree. - Cross-platform. Full support for Windows x86-64, with compatibility release assets for Linux x86-64, Linux ARM64, and macOS Apple Silicon. - Reads PDFs. read detects PDFs by content, not extension, and returns page text or rendered images with continuation cursors for long documents. Tools Tool Description read Read source files with line numbers. Supports UT…

View full README on GitHub →
Agentsagentcodexdsh-pluginmcpvibe-coding

Category