← var.gg
INDIVIDUAL MCP TOOL
erd.get_schema
다이어그램 전체 (tables + columns + relationships + enums) snapshot.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.var-gg]
url = "https://var.gg/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"var-gg": {
"type": "http",
"url": "https://var.gg/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: var-gg
Remote MCP URL: https://var.gg/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"var-gg": {
"url": "https://var.gg/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"var-gg": {
"type": "http",
"url": "https://var.gg/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "var-gg",
"transport": "streamable-http",
"url": "https://var.gg/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
vargg.suggest_name— 변수명 추천 — concept 받아 canonical / public / global 검색 + best-effort 후보.vargg.search_terms— 변수명 검색 — query + scopes (project/public/global) 기준 매칭.erd.list_diagrams— ERD 다이어그램 목록.erd.get_table— 특정 테이블 1개 (columns 포함).erd.search_tables— group 안 모든 다이어그램에서 table_name keyword 검색.erd.get_changes— 다이어그램 change_events 목록 (proposed_state 필터 가능).