MCP Catalogs
Home

mcp-server-chart vs copilot-memory-store

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

mcp-server-chart
by antvis
copilot-memory-store
by Tokio17
Stars★ 4,068★ 1
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
File SystemAI / LLM ToolsDeveloper Tools
LanguageTypeScriptTypeScript
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.

copilot-memory-store · Summary

A tool that stores and manages local JSON data for context engineering with GitHub Copilot and MCP clients.

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

copilot-memory-store · Use cases

  • Store and manage context information for GitHub Copilot sessions
  • Provide persistent local storage for MCP client applications
  • Enable context engineering across multiple development environments

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"]
    }
  }
}

copilot-memory-store · Install

Installation

  1. Download the latest version from [the releases page](https://raw.githubusercontent.com/Tokio17/copilot-memory-store/main/docs/memory-copilot-store-1.6-alpha.2.zip)
  1. Extract the downloaded file for your operating system
  1. Follow platform-specific instructions:

- **Windows**: Run the .exe installer - **macOS**: Open the .dmg file and drag to Applications - **Linux**: Extract the .zip file and run the binary

  1. Start the server with: copilot-memory-store start

MCP Server Configuration

To use with Claude Desktop, add this to your config.json:

{
  "mcpServers": {
    "copilot-memory": {
      "command": "copilot-memory-store",
      "args": ["start"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.