Claude Code
Createdsteipete
Enables Claude Code as a one-shot MCP server, allowing LLMs to directly leverage Claude's coding capabilities.
About
Claude Code acts as an MCP server that enables running Claude Code in one-shot mode, effectively giving your agents a powerful and direct way to interact with code. It allows Large Language Models to use Claude Code with bypassed permissions, enabling file editing, code generation, and system interaction without the typical permission barriers. This unlocks capabilities like complex refactoring, multi-step workflows, and even agent-in-agent scenarios, making Claude Code a more potent tool for coding tasks.
Key Features
- Bypasses Claude Code permissions for direct LLM interaction.
- Allows overriding the Claude CLI binary for custom wrappers or testing.
- Enables file editing and system operations via Claude Code.
- Supports multi-step workflows for complex coding tasks.
- Queues commands to save context space and reduce model costs.
- 45 GitHub stars
Use Cases
- Automating code refactoring and generation.
- Implementing version control operations (Git) through Claude Code.
- Fixing syntax errors and debugging code with AI assistance.