# com.sketchxflow/dev-mcp (npm · @sketchxflow/dev-mcp)

SketchXFlow delivery team: pull client requirements, post updates, log time, move milestones.

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `@sketchxflow/dev-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/com-sketchxflow-dev-mcp/sketchxflow-dev-mcp.md), [page](https://verifymcp.io/servers/com-sketchxflow-dev-mcp/sketchxflow-dev-mcp)

## Channel facts

- Registry: `npm`
- Package: `@sketchxflow/dev-mcp`
- Version: `0.3.0`
- 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-26.

- **Supply Chain Security**: 98/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.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 5 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 578 tokens (~64/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 70/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 11% 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.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 9 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.

**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

### How do I install the com.sketchxflow/dev-mcp server?

com.sketchxflow/dev-mcp runs locally as an npm package, launched with npx -y @sketchxflow/dev-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 com-sketchxflow-dev-mcp -- npx -y @sketchxflow/dev-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-sketchxflow-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sketchxflow/dev-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-sketchxflow-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sketchxflow/dev-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add com-sketchxflow-dev-mcp -- npx -y @sketchxflow/dev-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-sketchxflow-dev-mcp --command npx --arg -y --arg @sketchxflow/dev-mcp
```

### Hermes

```yaml
mcp_servers:
  com-sketchxflow-dev-mcp:
    command: "npx"
    args: ["-y", "@sketchxflow/dev-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-sketchxflow-dev-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@sketchxflow/dev-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-sketchxflow-dev-mcp -t stdio -c npx -a -y @sketchxflow/dev-mcp
```

### Other

```json
{
  "mcpServers": {
    "com-sketchxflow-dev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@sketchxflow/dev-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-25 (score 62, 0)

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

### 2026-09-20 (score 62)

First indexed and scored.

## MCP tools (9)

### `sketchxflow_dev_login` (~83 tokens)

Sign in to the developer MCP

Sign this machine in as a SketchXFlow team member — no API key to paste. Returns a link and a short code: the developer opens the link in a browser where they are signed in to the staff console, checks the code matches and approves. Call it again (or any other tool) after approving. Already signed in? It says who as.

### `sketchxflow_dev_logout` (~43 tokens)

Sign out of the developer MCP

Forget this machine's key. To end it server-side as well, revoke the key named “Developer MCP · <machine>” in Account → API keys.

### `sketchxflow_dev_version` (~74 tokens)

Check the developer MCP version and whether this key is on the team

Report which version of the SketchXFlow developer MCP is running, whether a newer one is published, and whether the configured SKETCHXFLOW_API_KEY (shown only by its sk_live_ab12cd… prefix) belongs to an active SketchXFlow team member. Free. Call it first when another tool refuses.

### `sketchxflow_dev_work` (~56 tokens)

Projects on your plate

Live development-services projects assigned to you, with state, progress and what needs attention. Set mine=false for every live project. Staff API keys only.

Input parameters:

- `mine` (boolean): Only projects assigned to me (default true).

### `sketchxflow_dev_pull` (~50 tokens)

Pull a project's requirements

The frozen requirements as text, the priced modules, the milestones with dates and the latest client messages — everything needed to start building. Staff API keys only.

Input parameters:

- `project_id` (string, required)

### `sketchxflow_dev_update` (~66 tokens)

Post a progress update

Post a progress update the client sees in their project room (markdown), optionally against a milestone. Staff API keys only.

Input parameters:

- `body_md` (string, required)
- `milestone_id` (string)
- `project_id` (string, required)
- `title` (string)

### `sketchxflow_dev_message` (~54 tokens)

Message the client (or the team)

Send a message in the project room. internal=true keeps it to the team. Staff API keys only.

Input parameters:

- `body` (string, required)
- `internal` (boolean)
- `project_id` (string, required)

### `sketchxflow_dev_log_time` (~91 tokens)

Log hours

Log hours worked on a project (coarse — a day's hours), optionally against a module key or milestone. Staff API keys only.

Input parameters:

- `hours` (number, required)
- `milestone_id` (string)
- `module_key` (string)
- `note` (string)
- `project_id` (string, required)
- `worked_on` (string): YYYY-MM-DD; default today

### `sketchxflow_dev_milestone` (~61 tokens)

Start or submit a milestone

Mark a milestone as started, or submit it for the client's review (which starts their review window). Staff API keys only.

Input parameters:

- `action` (string, required)
- `milestone_id` (string, required)
- `project_id` (string, required)

## Diagnostics

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

## Score history

- 2026-09-26: 62
- 2026-09-25: 62
- 2026-09-24: 62
- 2026-09-23: 62
- 2026-09-22: 62
- 2026-09-21: 62
- 2026-09-20: 62

## Common questions

### What is the com.sketchxflow/dev-mcp server?

com.sketchxflow/dev-mcp is listed in the public MCP registry as com.sketchxflow/dev-mcp. SketchXFlow delivery team: pull client requirements, post updates, log time, move milestones. This page covers its npm package (@sketchxflow/dev-mcp).

### Is the com.sketchxflow/dev-mcp server safe to use?

com.sketchxflow/dev-mcp scores 62 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. 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 com.sketchxflow/dev-mcp server expose?

com.sketchxflow/dev-mcp exposes 9 tools: sketchxflow_dev_login, sketchxflow_dev_logout, sketchxflow_dev_version, sketchxflow_dev_work, sketchxflow_dev_pull, and 4 more. Their descriptions and schemas cost roughly 578 tokens of context every time the server is loaded.

### Is the com.sketchxflow/dev-mcp server still maintained?

com.sketchxflow/dev-mcp is still listed as active in the MCP registry. We last reached this channel on 26 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 com.sketchxflow/dev-mcp server under?

com.sketchxflow/dev-mcp declares the MIT 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/@sketchxflow/dev-mcp
- Socket report: https://socket.dev/npm/package/@sketchxflow/dev-mcp
- Website: https://www.npmjs.com/package/@sketchxflow/dev-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-sketchxflow-dev-mcp/sketchxflow-dev-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-sketchxflow-dev-mcp/sketchxflow-dev-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-sketchxflow-dev-mcp/sketchxflow-dev-mcp
