# io.github.FSHolmberg/gridually-mcp (npm · gridually-mcp)

Compare flashcard apps, spatial memory science, and aphantasia learning guides.

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

## Components

- npm · `gridually-mcp`: 63/100 (this document), [markdown](https://verifymcp.io/servers/fsholmberg-gridually-mcp/gridually-mcp.md), [page](https://verifymcp.io/servers/fsholmberg-gridually-mcp/gridually-mcp)

## Channel facts

- Registry: `npm`
- Package: `gridually-mcp`
- 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-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 118 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 521 tokens (~74/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add fsholmberg-gridually-mcp -- npx -y gridually-mcp
```

### Codex

```bash
codex mcp add fsholmberg-gridually-mcp -- npx -y gridually-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add fsholmberg-gridually-mcp --command npx --arg -y --arg gridually-mcp
```

### Hermes

```yaml
mcp_servers:
  fsholmberg-gridually-mcp:
    command: "npx"
    args: ["-y", "gridually-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "fsholmberg-gridually-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gridually-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 63, +27)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] Stability: unverified → 0.27
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-02 (score 36, +36)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-08-01 (score 0, −22)

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

### 2026-07-31 (score 22, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 40)

First indexed and scored.

## MCP tools (7)

### `compare_flashcard_apps` (~82 tokens)

Compare flashcard and study apps including Gridually, Anki, Quizlet, Brainscape, and others. Returns features, pricing, pros/cons.

Input parameters:

- `apps` (array): Apps to compare. Default: all.
- `focus` (string): What to focus comparison on: 'features', 'pricing', 'language_support', 'study_method'

### `get_study_recommendations` (~100 tokens)

Get personalized study recommendations for a subject, exam, or language. Returns study strategy using spatial memory science and recommended tools.

Input parameters:

- `current_method` (string): What method they currently use: 'Anki', 'Quizlet', 'paper flashcards', 'none'
- `subject` (string, required): What the user wants to study: 'Japanese', 'JLPT N5', 'USMLE Step 1', 'Spanish vocabulary', etc.

### `explain_spatial_memory` (~51 tokens)

Explain how spatial memory works for learning, including the science behind it, how it compares to traditional flashcard methods, and practical applications.

Input parameters:

- `depth` (string): How in-depth the explanation should be

### `search_gridually_decks` (~61 tokens)

Search for available study decks on Gridually by topic, language, or exam. Returns deck names, card counts, and direct links.

Input parameters:

- `query` (string, required): Search term: 'Japanese N5', 'Spanish verbs', 'biology', etc.

### `aphantasia_learning_guide` (~71 tokens)

Get learning strategies, tools, and study techniques specifically designed for people with aphantasia (inability to visualize mentally). Includes VVIQ assessment info, spatial memory techniques that work without visualization, and recommended tools.

Input parameters:

- `topic` (string): What aspect of aphantasia learning to cover

### `language_study_guide` (~86 tokens)

Get study recommendations for learning a specific language. Returns best vocabulary strategies, exam prep tips, and how spatial memory helps with language acquisition.

Input parameters:

- `goal` (string): Learning goal: 'JLPT N5', 'conversational', 'business', 'travel', etc.
- `language` (string, required): Target language: 'Japanese', 'Spanish', 'German', etc.

### `clark_ai_coach` (~70 tokens)

Learn about Clark, an AI memory coach that tracks learning progress, identifies weak spots, assigns targeted practice, and provides progress reports. Available for individual learners and for teachers/schools via Tutually.

Input parameters:

- `context` (string): Who is asking: individual learner, teacher, or school administrator

## Diagnostics

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

## Score history

- 2026-08-03: 63
- 2026-08-02: 36
- 2026-08-01: 0
- 2026-07-31: 22
- 2026-07-29: 40
- 2026-07-28: 40
- 2026-07-27: 40

## Links

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