The reputation layer for AI skills, tools & agents

dmmulroy/overseer

Score: 43.0 Rank #1047

CLI & Codemode MCP server for agent task management

Overview

dmmulroy/overseer is a Rust MCP server licensed under MIT. CLI & Codemode MCP server for agent task management

Ranked #1047 out of 25632 indexed tools.

In the top 5% of all indexed tools.

Ecosystem

Rust MIT

Signal Breakdown

Stars 222
Freshness 21d ago
Issue Health 40%
Contributors 3
Dependents 0
Forks 13
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 3 open vs 2 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for dmmulroy/overseer
[![AgentRank](https://agentrank-ai.com/api/badge/tool/dmmulroy--overseer)](https://agentrank-ai.com/tool/dmmulroy--overseer)
<a href="https://agentrank-ai.com/tool/dmmulroy--overseer"><img src="https://agentrank-ai.com/api/badge/tool/dmmulroy--overseer" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# Overseer

Task orchestration for AI agents via MCP. SQLite-backed, native VCS (jj-lib + gix).

## Install

### Via npm

```bash
npm install -g @dmmulroy/overseer
```

### Via skills.sh (for agents)

```bash
npx skills add dmmulroy/overseer
```

## Usage

### MCP Server

Add to your MCP client config:

```json
{
  "mcpServers": {
    "overseer": {
      "command": "npx",
      "args": ["@dmmulroy/overseer", "mcp"]
    }
  }
}
```

### CLI

```bash
os task create -d "Implement auth"
os task list --ready
os task start <task-id>
os task complete <task-id>
```

## Architecture

```
┌─────────────────────────────────────┐
│     Overseer MCP (Node.js)          │
│  - Single "execute" tool (codemode) │
│  - VM sandbox with tasks/learnings  │
└─────────────────────────────────────┘
              │
              ▼
┌─────────────────────────────────────┐
│         os CLI (Rust)               │
│  - SQLite storage                   │
│  - jj-lib (primary VCS)             │
│  - gix (git fallback
Read full README on GitHub →
Are you the maintainer? Claim this listing