mcp-server-chart vs total-agent-memory
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | total-agent-memory by vbcherepanov | |
|---|---|---|
| Stars | ★ 4,068 | ★ 34 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Python |
| 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.
total-agent-memory · Summary
Persistent memory layer for AI coding agents with knowledge graphs, embeddings, and 3D visualization.
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
total-agent-memory · Use cases
- Remembering architectural decisions across coding sessions
- Retrieving previously resolved solutions to similar problems
- Maintaining context about bug fixes and troubleshooting steps
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"]
}
}
}total-agent-memory · Install
Installation
Prerequisites
- Python 3.8+
- SQLite (included)
- Optional: Ollama for advanced features
Basic Install
pip install total-agent-memoryClaude Desktop Integration
Add to Claude Desktop config.json:
{
"mcpServers": {
"total-agent-memory": {
"command": "python",
"args": ["-m", "total_agent_memory.server"],
"env": {}
}
}
}Quick Start
total-agent-memory init
total-agent-memory serve