Skip to content

callmeradical/sergeant

v1.0.0MIT

An AI agent orchestration system for working across multi-repo projects, with specialized capabilities for cross-repo dispatch, wiki management, code review, and project-aware context loading.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

sergeantstdio
{
  "type": "stdio",
  "command": "./bin/sergeant-mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sergeant",
  "version": "1.0.0",
  "description": "An AI agent orchestration system for working across multi-repo projects, with specialized capabilities for cross-repo dispatch, wiki management, code review, and project-aware context loading.",
  "author": {
    "name": "Lars Cromley",
    "url": "https://github.com/callmeradical"
  },
  "homepage": "https://github.com/callmeradical/sergeant",
  "repository": "https://github.com/callmeradical/sergeant",
  "license": "MIT",
  "keywords": [
    "agent",
    "orchestration",
    "multi-repo",
    "dispatch",
    "code-review",
    "wiki",
    "cross-repo"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub