loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

AgentManager

MCP Tool

Finnegan1/AgentManager

A unified MCP gateway and skill management system - proxy multiple downstream MCP servers through a single endpoint, manage reusable AI skills as markdown, and configure everything via a native Tauri desktop app.

Install

$ npx loaditout add Finnegan1/AgentManager

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "AgentManager": {
      "command": "npx",
      "args": [
        "-y",
        "AgentManager"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agent Manager

A unified MCP (Model Context Protocol) gateway and skill management system. Manage reusable AI knowledge as markdown files, proxy multiple MCP servers through a single endpoint, and configure everything from a native desktop app.

What's Inside

This is a Turborepo monorepo using Bun as the package manager.

Apps
  • `mcp-gateway` — MCP gateway server that serves skills and proxies downstream MCP servers. Supports stdio, SSE, and HTTP streaming transports.
  • `agent-manager` — Native desktop app (Tauri + React) for managing skills, servers, and monitoring gateway status.
  • `docs` — Documentation site built with TanStack Start and Fumadocs.
Packages
  • `shared-types` — Shared TypeScript types (skills, config, server definitions)
  • `eslint-config` — Shared ESLint configurations
  • `typescript-config` — Shared tsconfig.json presets
Getting Started
Prerequisites
  • Bun >= 1.3.11
  • Node.js >= 18
  • Rust (for the Tauri desktop app)
Install
bun install
Development

Run all apps in dev mode:

turbo dev

Or run a specific app:

turbo dev --filter=mcp-gateway
turbo dev --filter=agent-manager
turbo dev --filter=docs
Build
turbo build
Lint & Format
turbo lint
turbo check-types
bun run format
Architecture
AI Client (e.g. Claude Code)
    ↓ MCP protocol (stdio)
MCP Gateway Server (mcp-gateway)
    ├─ Reads ~/.agent-manager/config.json (hot-reload)
    ├─ Reads ~/.agent-manager/skills/*.md
    ├─ Writes ~/.agent-manager/status.json
    └─ Proxies downstream MCP servers

Desktop App (agent-manager)
    ├─ Reads config, skills, and status files
    ├─ Writes config and skill files via Tauri
    └─ UI for managing everything

Communication between the gateway and the desktop app is file-based —

Tags

ai-agentsclaudeclaude-codedesktop-appdeveloper-toolsllm-toolsmcpmcp-gatewaymcp-servermodel-context-protocolskill-managementtauritypescript

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated24 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/24/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Finnegan1/AgentManager)](https://loaditout.ai/skills/Finnegan1/AgentManager)