mcp-server-chart vs memorix
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | memorix by AVIDS2 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 449 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| 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.
memorix · Summary
Open-source cross-agent memory layer for coding agents via MCP with local-first storage.
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
memorix · Use cases
- Cross-session and cross-IDE project memory for coding workflows
- Git-aware memory tracking and retrieval in development projects
- Multi-agent coordination with task management and inter-agent communication
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"]
}
}
}memorix · Install
Install globally with npm:
npm install -g memorixInitialize config:
memorix initFor MCP integration in Claude Desktop, add to config.json:
{
"mcpServers": {
"memorix": {
"command": "memorix",
"args": ["serve"]
}
}
}Run as MCP server: memorix serve