memory vs XActions
Side-by-side comparison to help you pick between these two MCP servers.
memory by modelcontextprotocol | XActions by nirholas | |
|---|---|---|
| Stars | ★ 85,748 | ★ 265 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | Knowledge GraphAI / LLM ToolsProductivity | Web ScrapingBrowser AutomationAI / LLM Tools |
| Language | TypeScript | HTML |
| Last commit | this month | this month |
memory · Summary
An MCP server implementing persistent memory using a local knowledge graph for AI models to remember user information across chats.
XActions · Summary
XActions is a comprehensive X/Twitter automation toolkit with MCP server integration for AI agents.
memory · Use cases
- Personalizing AI assistant interactions by remembering user preferences, history, and relationships
- Building context-aware chat applications that maintain conversation history
- Creating knowledge bases that persist across AI model sessions
XActions · Use cases
- AI-powered Twitter/X automation through MCP server integration
- Bulk unfollow users who don't follow back
- Monitor real-time analytics and social engagement
- Scrape Twitter data without API restrictions
memory · Install
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}VS Code
Use one-click installation buttons or manually configure in .vscode/mcp.json:
{
"servers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Docker
{
"mcpServers": {
"memory": {
"command": "docker",
"args": ["run", "-i", "-v", "claude-memory:/app/dist", "--rm", "mcp/memory"]
}
}
}XActions · Install
Installation
- Install via npm:
npm install xactions
- For Claude Desktop MCP integration, add to your
claude_desktop_config.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": ["path/to/xactions", "mcp"]
}
}
}- Docker:
docker pull nirholas/xactions
- Browser scripts: Copy the JavaScript snippets directly into your browser console.