# io.github.impossiblecode/overseer-nvim-mcp (npm · overseer-nvim-mcp)

Gives coding agents the user's own view and control of overseer.nvim tasks in Neovim

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-08

## Components

- npm · `overseer-nvim-mcp`: 55/100 (this document), [markdown](https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp.md), [page](https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp)

## Channel facts

- Registry: `npm`
- Package: `overseer-nvim-mcp`
- Version: `0.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-08.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to impossiblecode/overseer-nvim-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 0/100
  - Instruction-quality not yet verified: the AI judgement didn't run.
  - Nothing to assess: this server exposes no tool/resource definitions to measure a footprint for.
  - Nothing to assess: this server has no tools to check for usage examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Nothing to assess: this server exposes no tools, so there are no tool definitions to check for coverage.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add impossiblecode-overseer-nvim-mcp -- npx -y overseer-nvim-mcp
```

### Codex

```bash
codex mcp add impossiblecode-overseer-nvim-mcp -- npx -y overseer-nvim-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "impossiblecode-overseer-nvim-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "overseer-nvim-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add impossiblecode-overseer-nvim-mcp --command npx --arg -y --arg overseer-nvim-mcp
```

### Hermes

```yaml
mcp_servers:
  impossiblecode-overseer-nvim-mcp:
    command: "npx"
    args: ["-y", "overseer-nvim-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "impossiblecode-overseer-nvim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "overseer-nvim-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-07 (score 55)

First indexed and scored.

## MCP tools (0)

The sandbox run completed and this package exposed no tools.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp#diagnostics

## Score history

- 2026-08-08: 55
- 2026-08-07: 55

## Links

- npm package: https://www.npmjs.com/package/overseer-nvim-mcp
- Socket report: https://socket.dev/npm/package/overseer-nvim-mcp
- Repository: https://github.com/impossiblecode/overseer-nvim-mcp
- Changelog RSS feed: https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp.json
- HTML version of this page: https://verifymcp.io/servers/impossiblecode-overseer-nvim-mcp/overseer-nvim-mcp
