# io.github.carldaws/squiggles (npm · squiggles)

Let your coding agent see the squiggles — LSP diagnostics, navigation, refactoring, and extras

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

## Components

- npm · `squiggles`: 42/100 (this document), [markdown](https://verifymcp.io/servers/carldaws-squiggles/squiggles.md), [page](https://verifymcp.io/servers/carldaws-squiggles/squiggles)

## Channel facts

- Registry: `npm`
- Package: `squiggles`
- Version: `1.0.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-09-20.

- **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 100 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 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **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.
- **Tool Safety**: 0/100
  - Injection markers not yet verified: our capture carried no server instructions, tool names or descriptions for the scan to read.
  - Destructive-tool annotations not yet verified: our capture listed no tools, so there were no annotations to read.
  - Manipulation not yet verified: our capture carried no tool text for a judge to read, so we will not certify text no model has read as clean.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 2 categories.** Categories scored 0 because we could not verify them: 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 io.github.carldaws/squiggles MCP server?

io.github.carldaws/squiggles runs locally as an npm package, launched with npx -y squiggles. 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 carldaws-squiggles -- npx -y squiggles
```

### Cursor

```json
{
  "mcpServers": {
    "carldaws-squiggles": {
      "command": "npx",
      "args": [
        "-y",
        "squiggles"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "carldaws-squiggles": {
      "command": "npx",
      "args": [
        "-y",
        "squiggles"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add carldaws-squiggles -- npx -y squiggles
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add carldaws-squiggles --command npx --arg -y --arg squiggles
```

### Hermes

```yaml
mcp_servers:
  carldaws-squiggles:
    command: "npx"
    args: ["-y", "squiggles"]
```

### Netclaw

```json
{
  "McpServers": {
    "carldaws-squiggles": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "squiggles"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add carldaws-squiggles -t stdio -c npx -a -y squiggles
```

### Other

```json
{
  "mcpServers": {
    "carldaws-squiggles": {
      "command": "npx",
      "args": [
        "-y",
        "squiggles"
      ]
    }
  }
}
```

## 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 42)

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/carldaws-squiggles/squiggles#diagnostics

## Score history

- 2026-09-20: 42

## Common questions

### What is the io.github.carldaws/squiggles MCP server?

io.github.carldaws/squiggles is an MCP server listed in the public MCP registry as io.github.carldaws/squiggles. Let your coding agent see the squiggles, LSP diagnostics, navigation, refactoring, and extras. This page covers its npm package (squiggles).

### Is the io.github.carldaws/squiggles MCP server safe to use?

io.github.carldaws/squiggles scores 42 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 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 io.github.carldaws/squiggles MCP server expose?

io.github.carldaws/squiggles exposes no tools. We connected to it and read its tool list, and it was empty, so it offers an MCP client nothing to call.

### Is the io.github.carldaws/squiggles MCP server still maintained?

io.github.carldaws/squiggles is still listed as active in the MCP registry. We last reached this channel on 20 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 io.github.carldaws/squiggles MCP server under?

io.github.carldaws/squiggles 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/squiggles
- Socket report: https://socket.dev/npm/package/squiggles
- Repository: https://github.com/carldaws/squiggles
- Changelog RSS feed: https://verifymcp.io/servers/carldaws-squiggles/squiggles.xml
- Changelog JSON feed: https://verifymcp.io/servers/carldaws-squiggles/squiggles.json
- HTML version of this page: https://verifymcp.io/servers/carldaws-squiggles/squiggles
