Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by KunihiroS • Uncategorized
An MCP server that interfaces with the Claude Code CLI to provide code-related tools via JSON requests.
Explain code snippets in detail.
Review and fix code automatically.
Simulate command execution or run custom queries using Claude Code.
The claude-code-mcp project is a Node.js based MCP server that calls the locally installed Claude Code command line interface to offer various code assistance tools such as explaining, reviewing, fixing, editing, and testing code. It processes client requests in JSON format, encodes inputs with Base64 for stability, executes commands, and returns results in JSON. This server enhances the usability of Claude Code in environments like Ubuntu and WSL2 and can be integrated with MCP Hosts and Claude Desktop.