mcp-server-chart vs memory-journal-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | memory-journal-mcp by neverinfamous | |
|---|---|---|
| Stars | ★ 4,068 | ★ 16 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsGitHubKnowledge 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.
memory-journal-mcp · Summary
An MCP server providing AI memory with project detection, GitHub integration, and knowledge graphs for context-aware development.
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
memory-journal-mcp · Use cases
- Bridging context between disconnected AI sessions in long-term projects
- Integrating GitHub issues, PRs, and actions directly into AI workflows
- Creating knowledge graphs and semantic search for codebase intelligence
- Generating standups, retrospectives, and project reports from session data
- Implementing team collaboration through shared memory and flag system
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"]
}
}
}memory-journal-mcp · Install
Installation
npm Package
npm install -g memory-journal-mcpDocker
docker pull writenotenow/memory-journal-mcpClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"memory-journal": {
"command": "npx",
"args": ["-y", "memory-journal-mcp"]
}
}
}Custom Tool Filtering
Set environment variable: MEMORY_JOURNAL_MCP_TOOL_FILTER=starter or use CLI --tool-filter essential