mcp-server-chart vs omem
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | omem by ourmem | |
|---|---|---|
| Stars | ★ 4,068 | ★ 196 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
omem · Summary
Persistent memory system for AI agents with MCP Server plugin enabling cross-agent knowledge sharing.
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
omem · Use cases
- AI coding tools (OpenCode, Claude Code, OpenClaw) sharing context across sessions
- Development teams sharing architectural decisions and code insights
- Organizations preserving institutional knowledge across agent interactions
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"]
}
}
}omem · Install
MCP Server Installation
- Get API key from ourmem.ai
- Configure your MCP client:
{
"mcpServers": {
"omem": {
"command": "npx",
"args": ["@ourmem/mcp-server"],
"env": {
"OMEM_API_KEY": "your-api-key-here"
}
}
}
}