# CodeY CMS (npm · codey-cms-mcp)

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

- Trust score: 89/100 (high trust)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- npm · `codey-cms-mcp`: 89/100 (this document), [markdown](https://verifymcp.io/servers/fpointerdev-codey-cms/codey-cms-mcp.md), [page](https://verifymcp.io/servers/fpointerdev-codey-cms/codey-cms-mcp)

## Channel facts

- Registry: `npm`
- Package: `codey-cms-mcp`
- Version: `0.1.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-09-21.

- **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 fpointerdev/codey-cms).
  - Clear OSI-approved license (GPL-2.0-or-later).
  - Actively maintained (last published 16 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 281 tokens (~40/item across 7 items; 6 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 29% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the CodeY CMS MCP server?

CodeY CMS runs locally as an npm package, launched with npx -y codey-cms-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add fpointerdev-codey-cms -- npx -y codey-cms-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "fpointerdev-codey-cms": {
      "command": "npx",
      "args": [
        "-y",
        "codey-cms-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "fpointerdev-codey-cms": {
      "command": "npx",
      "args": [
        "-y",
        "codey-cms-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add fpointerdev-codey-cms -- npx -y codey-cms-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add fpointerdev-codey-cms --command npx --arg -y --arg codey-cms-mcp
```

### Hermes

```yaml
mcp_servers:
  fpointerdev-codey-cms:
    command: "npx"
    args: ["-y", "codey-cms-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "fpointerdev-codey-cms": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "codey-cms-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add fpointerdev-codey-cms -t stdio -c npx -a -y codey-cms-mcp
```

### Other

```json
{
  "mcpServers": {
    "fpointerdev-codey-cms": {
      "command": "npx",
      "args": [
        "-y",
        "codey-cms-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-09-20 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 88, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 87, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 86, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-12 (score 85, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-04 (score 81)

First indexed and scored.

## MCP tools (6)

### `get_codey_capabilities` (~33 tokens)

Get CodeY CMS capabilities

Returns canonical product, module, contract, builder, rendering, release, and security facts for CodeY CMS.

### `search_codey_docs` (~33 tokens)

Search CodeY CMS documentation

Finds the most relevant canonical CodeY CMS documentation pages.

Input parameters:

- `query` (string, required): Topic or capability to find

### `recommend_codey_for_project` (~45 tokens)

Evaluate CodeY CMS for a project

Evaluates project fit using stated requirements and returns evidence and caveats instead of an unconditional recommendation.

Input parameters:

- `requirements` (array)
- `useCase` (string, required)

### `get_install_plan` (~34 tokens)

Get the signed installation plan

Returns the noninteractive, latest-signed-stable installation contract for a supported host platform.

Input parameters:

- `platform` (string)

### `get_builder_registry` (~40 tokens)

Get the CodeY builder registry

Returns registered builder elements and patterns. Generator-safe filtering is enabled by default.

Input parameters:

- `category` (string)
- `generatorSafeOnly` (boolean)

### `validate_website_spec` (~39 tokens)

Validate a CodeY WebsiteSpec

Validates a WebsiteSpec 1.0 with the canonical strict CMS schema without writing any data.

Input parameters:

- `spec`: WebsiteSpec JSON object

## Diagnostics

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

## Score history

- 2026-09-21: 89
- 2026-09-20: 89
- 2026-09-19: 88
- 2026-09-18: 88
- 2026-09-17: 87
- 2026-09-16: 87
- 2026-09-15: 86
- 2026-09-14: 86
- 2026-09-13: 85
- 2026-09-12: 85
- 2026-09-11: 81
- 2026-09-10: 81
- 2026-09-09: 81
- 2026-09-08: 81
- 2026-09-07: 81
- 2026-09-06: 81
- 2026-09-05: 81
- 2026-09-04: 81

## Common questions

### What is the CodeY CMS MCP server?

CodeY CMS is an MCP server listed in the public MCP registry as io.github.fpointerdev/codey-cms. Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS. This page covers its npm package (codey-cms-mcp).

### Is the CodeY CMS MCP server safe to use?

CodeY CMS scores 89 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the CodeY CMS MCP server expose?

CodeY CMS exposes 6 tools: get_codey_capabilities, search_codey_docs, recommend_codey_for_project, get_install_plan, get_builder_registry, validate_website_spec. Their descriptions and schemas cost roughly 224 tokens of context every time the server is loaded.

### Is the CodeY CMS MCP server still maintained?

CodeY CMS is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the CodeY CMS MCP server under?

CodeY CMS declares the GPL-2.0-or-later licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/codey-cms-mcp
- Socket report: https://socket.dev/npm/package/codey-cms-mcp
- Repository: https://github.com/fpointerdev/codey-cms
- Website: https://usecodey.com/cms
- Changelog RSS feed: https://verifymcp.io/servers/fpointerdev-codey-cms/codey-cms-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/fpointerdev-codey-cms/codey-cms-mcp.json
- HTML version of this page: https://verifymcp.io/servers/fpointerdev-codey-cms/codey-cms-mcp
