Skip to content
BeClaude

local-coding-agent

New
11GitHub TrendingGeneralby LongNgn204

Local MCP coding agent for ChatGPT Web: run files/commands on your own machine via the OpenAI Secure Tunnel, with a Windows tray app and metrics dashboard.

Summary

This skill enables Claude Code to execute files and commands directly on your local machine through a secure tunnel, with a Windows tray app and metrics dashboard for monitoring.

  • It bridges the gap between AI coding assistance and local development environments, allowing real-time file manipulation and command execution without leaving the chat interface.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/local-coding-agent.md

3
Invoke with @agent-name
@local-coding-agent

Use Cases

Run a Python script on your local machine to process data files while chatting with Claude.
Execute shell commands to check system status or manage files directly from Claude Code.
Edit and save local configuration files using Claude's suggestions without manual copying.
Monitor local resource usage and command outputs via the metrics dashboard during development.
Automate repetitive local tasks like file backups or log analysis through Claude Code prompts.
Test code snippets locally in real-time with Claude providing feedback on outputs.

Usage Examples

1

/local-coding-agent run python3 /home/user/scripts/analyze.py

2

/local-coding-agent execute 'ls -la /var/log'

3

/local-coding-agent edit /home/user/project/config.json and change the port to 8080

View source on GitHub
mcpagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is local-coding-agent?

This skill enables Claude Code to execute files and commands directly on your local machine through a secure tunnel, with a Windows tray app and metrics dashboard for monitoring. It bridges the gap between AI coding assistance and local development environments, allowing real-time file manipulation and command execution without leaving the chat interface.

How to install local-coding-agent?

To install local-coding-agent: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/local-coding-agent.md. Finally, @local-coding-agent in Claude Code.

What is local-coding-agent best for?

local-coding-agent is a agent categorized under General. It is designed for: mcp, agent. Created by LongNgn204.

What can I use local-coding-agent for?

local-coding-agent is useful for: Run a Python script on your local machine to process data files while chatting with Claude.; Execute shell commands to check system status or manage files directly from Claude Code.; Edit and save local configuration files using Claude's suggestions without manual copying.; Monitor local resource usage and command outputs via the metrics dashboard during development.; Automate repetitive local tasks like file backups or log analysis through Claude Code prompts.; Test code snippets locally in real-time with Claude providing feedback on outputs..