codeagent-mcp

davidlosasgonzalez/codeagent-mcp
★ 0 stars Python Code/Dev Tools Updated 1d ago
Self-hosted MCP server that lets ChatGPT and other MCP clients work on code on your own Linux server: read and edit files, run commands, drive persistent tmux terminals, and capture browser screenshots — over HTTPS with GitHub OAuth and per-project write gates.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeagent-mcp": {
      "command": "uvx",
      "args": [
        "codeagent-mcp"
      ]
    }
  }
}

Or install with pip: pip install codeagent-mcp

Topics

ai-agentchatgptcoding-agentdeveloper-toolsfastmcpmcpmcp-servermodel-context-protocoloauthplaywrightpythonremote-mcpself-hostedtmux