Skip to content

drakedev0411/agentconfig

Repository files navigation

AgentConfig

Desktop app to manage AI coding agent configurations.

Features

  • 🔧 Multi-tool support - Claude, Gemini, Amp, OpenCode, Codex + Custom
  • 📦 MCP Library - Built-in presets with one-click add
  • 🔄 Toggle ON/OFF - Enable/disable MCPs per tool
  • 📝 Instructions Editor - Edit CLAUDE.md, GEMINI.md, AGENTS.md
  • 🎨 Skills Management - Manage custom agents and skills
  • 💾 Config Editor - Raw JSON/TOML editing with syntax highlighting

Tech Stack

  • Framework: Tauri v2
  • Frontend: React 18 + TypeScript
  • Styling: Tailwind CSS v4
  • Editor: CodeMirror 6
  • State: Zustand

Development

Prerequisites

  • Node.js 18+
  • Rust (install via rustup)

Setup

# Install dependencies
npm install

# Run development
npm run tauri dev

# Build for production
npm run tauri build

Project Structure

agentconfig/
├── src/                    # Frontend (React)
│   ├── components/
│   │   ├── layout/         # Header, Sidebar, MainContent
│   │   ├── tools/          # Tab components
│   │   └── mcp/            # MCP Library
│   ├── stores/             # Zustand stores
│   ├── types/              # TypeScript types
│   └── utils/              # Utilities & presets
├── src-tauri/              # Backend (Rust)
└── docs/                   # Documentation

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published