codegpt-client.md

CodeGPT

UI App
from"CodeGPT"

CodeGPT client with MCP tool support for developer workflows

Developer Tools
developer toolsMCP clientcodingassistant
install.sh
# Clone the repository
$git clone https://github.com/CodeGPT/codegpt-client
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve