# io.github.mbeato/agentcontext (npm · @mbeato/agentcontext-mcp)

Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.

- Trust score: 65/100 (medium)
- Change this week: −11
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@mbeato/agentcontext-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/mbeato-agentcontext/mbeato-agentcontext-mcp.md), [page](https://verifymcp.io/servers/mbeato-agentcontext/mbeato-agentcontext-mcp)

## Channel facts

- Registry: `npm`
- Package: `@mbeato/agentcontext-mcp`
- Version: `0.1.2`
- 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-03.

- **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.
  - 0 of 2 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 95 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 172 tokens (~86/item across 2 items; 2 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mbeato-agentcontext -- npx -y @mbeato/agentcontext-mcp
```

### Codex

```bash
codex mcp add mbeato-agentcontext -- npx -y @mbeato/agentcontext-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add mbeato-agentcontext --command npx --arg -y --arg @mbeato/agentcontext-mcp
```

### Hermes

```yaml
mcp_servers:
  mbeato-agentcontext:
    command: "npx"
    args: ["-y", "@mbeato/agentcontext-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "mbeato-agentcontext": {
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/agentcontext-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-03 (score 65, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 61, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 46, −30)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 76, +29)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: fair
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (2)

### `read_agent_context` (~94 tokens)

Parse all agent-context files in a repo (CLAUDE.md, AGENTS.md, .cursor/rules, .clinerules, .windsurf/rules, .aider.conf.yml, etc.) and return a unified IR. Use this to see what rules a project has across every AI-coding-tool format.

Input parameters:

- `path` (string): Absolute or cwd-relative path to the repo root. Defaults to cwd.

### `convert_agent_context` (~78 tokens)

Convert an agent-context IR (returned by read_agent_context) to one or more target formats. Returns rendered file contents keyed by repo-relative path.

Input parameters:

- `ir` (object, required): Bundle IR returned by read_agent_context. Must include rules[], detected_formats[], warnings[], config_extras{}.
- `targets` (array, required): Target formats to render to.

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 61
- 2026-08-01: 46
- 2026-07-31: 46
- 2026-07-30: 76
- 2026-07-29: 76
- 2026-07-28: 76
- 2026-07-27: 76
- 2026-07-26: 47

## Links

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