MCP Catalogs
Home

mcp-server-chart vs vestige

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
vestige
by samvallad33
Stars★ 4,068★ 531
30d uses10,239
Score8453
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguageTypeScriptRust
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

vestige · Summary

Cognitive memory for AI agents with FSRS-6 spaced repetition, 29 brain modules, and a 3D visualization dashboard.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

vestige · Use cases

  • Giving AI assistants persistent memory across sessions
  • Building sophisticated cognitive architectures for autonomous agents
  • Creating memory-augmented workflows in IDEs and development tools

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

vestige · Install

Installation

Quick Start

  1. Download the binary for your platform from [GitHub releases](https://github.com/samvallad33/vestige/releases/latest)
  2. Make it executable: chmod +x vestige
  3. Run it: ./vestige

Integration with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "vestige": {
      "command": "path/to/your/vestige",
      "args": []
    }
  }
}

Package Managers

  • Cargo: cargo install vestige
  • Homebrew: brew install vestige
Comparison generated from public README + GitHub signals. Last updated automatically.