SemanticDeveloper

semantic-developer/SemanticDeveloper
★ 12 stars C# 💻 Code/Dev Tools Updated 1mo ago
Cross-platform desktop UI for the Codex CLI, built with Avalonia/.NET 8. Runs Codex in app-server mode with real-time streaming, file browsing, Git integration, profile selection, MCP server management, live token stats, auto-approval of exec/patch requests and multi-session support.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "semanticdeveloper": {
      "command": "npx",
      "args": [
        "-y",
        "semantic-developer/SemanticDeveloper"
      ]
    }
  }
}