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 uses | 10,239 | — |
| Score | 84 | 34 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | File SystemAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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-chartFor 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
- 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)
- Extract the downloaded file for your operating system
- 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
- 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"]
}
}
}