# var.gg Naming Memory (remote · var.gg)

Curated multilingual dictionary that names code identifiers from domain concepts (KO/JA/ZH/VI/EN).

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

## Components

- remote · `var.gg`: 53/100 (this document), [markdown](https://verifymcp.io/servers/gg-var-naming-memory/var.md), [page](https://verifymcp.io/servers/gg-var-naming-memory/var)
- remote · `var.gg`: 23/100, [markdown](https://verifymcp.io/servers/gg-var-naming-memory/var-2.md), [page](https://verifymcp.io/servers/gg-var-naming-memory/var-2)

## Channel facts

- Endpoint: `https://var.gg/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 423 tokens (~60/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**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 --transport http gg-var-naming-memory https://var.gg/mcp
```

### Codex

```toml
[mcp_servers.gg-var-naming-memory]
url = "https://var.gg/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gg-var-naming-memory": {
      "type": "remote",
      "url": "https://var.gg/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add gg-var-naming-memory --url https://var.gg/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  gg-var-naming-memory:
    url: "https://var.gg/mcp"
```

### Other

```json
{
  "mcpServers": {
    "gg-var-naming-memory": {
      "type": "http",
      "url": "https://var.gg/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-02 (score 53, +1)

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

### 2026-07-31 (score 52, +3)

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

### 2026-07-30 (score 49, +1)

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

### 2026-07-28 (score 48, +1)

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

### 2026-07-27 (score 47, +1)

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

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

First indexed and scored.

## MCP tools (7)

### `vargg.suggest_name` (~99 tokens)

변수명 추천 — concept 받아 canonical / public / global 검색 + best-effort 후보.

Input parameters:

- `abbreviationsAllowed` (boolean)
- `codeLanguage` (string)
- `concept` (string, required)
- `context` (string)
- `desiredCase` (string)
- `entityType` (string)
- `locale` (string)
- `maxResults` (integer)
- `projectId` (integer)

### `vargg.search_terms` (~70 tokens)

변수명 검색 — query + scopes (project/public/global) 기준 매칭.

Input parameters:

- `limit` (integer)
- `locale` (string)
- `projectId` (integer)
- `query` (string, required)
- `scopes` (array)
- `searchBy` (string)

### `erd.list_diagrams` (~78 tokens)

ERD 다이어그램 목록. anonymous 면 project_group_id 명시 필수 + group.is_public=true 만 통과. user-scope token 도 project_group_id 명시 권장. project-scope token 은 token 의 group 이 default.

Input parameters:

- `include_archived` (boolean)
- `project_group_id` (integer)

### `erd.get_schema` (~33 tokens)

다이어그램 전체 (tables + columns + relationships + enums) snapshot.

Input parameters:

- `diagram_id` (string, required)

### `erd.get_table` (~36 tokens)

특정 테이블 1개 (columns 포함).

Input parameters:

- `diagram_id` (string, required)
- `table_name` (string, required)

### `erd.search_tables` (~52 tokens)

group 안 모든 다이어그램에서 table_name keyword 검색. anonymous 면 project_group_id 명시 + group.is_public 통과.

Input parameters:

- `keyword` (string)
- `project_group_id` (integer)

### `erd.get_changes` (~55 tokens)

다이어그램 change_events 목록 (proposed_state 필터 가능).

Input parameters:

- `actor_type` (string)
- `diagram_id` (string, required)
- `limit` (integer)
- `proposed_state` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/gg-var-naming-memory/var#diagnostics

## Score history

- 2026-08-03: 53
- 2026-08-02: 53
- 2026-08-01: 52
- 2026-07-31: 52
- 2026-07-30: 49
- 2026-07-29: 48
- 2026-07-28: 48
- 2026-07-27: 47
- 2026-07-26: 46

## Links

- Remote endpoint: https://var.gg/mcp
- Website: https://var.gg/ko/mcp
- Changelog RSS feed: https://verifymcp.io/servers/gg-var-naming-memory/var/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/gg-var-naming-memory/var/changelog.json
- HTML version of this page: https://verifymcp.io/servers/gg-var-naming-memory/var
