MCP Catalogs
Home

memory vs miro-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

memory
by modelcontextprotocol
miro-mcp-server
by olgasafonova
Stars★ 85,748★ 22
30d uses
Score7745
Official
Categories
Knowledge GraphAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptGo
Last committhis monththis month

memory · Summary

An MCP server implementing persistent memory using a local knowledge graph for AI models to remember user information across chats.

miro-mcp-server · Summary

Comprehensive MCP server for controlling Miro whiteboards with 92 tools, featuring token efficiency options and workflow skills.

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

miro-mcp-server · Use cases

  • Automate Miro workshop creation and management through AI assistants
  • Generate diagrams and visual content from text descriptions
  • Integrate Miro boards into AI-driven development workflows

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"]
    }
  }
}

miro-mcp-server · Install

Installation

**Homebrew (macOS/Linux):**

brew tap olgasafonova/tap && brew install miro-mcp-server

**One-liner (macOS/Linux):**

curl -fsSL https://raw.githubusercontent.com/olgasafonova/miro-mcp-server/main/install.sh | sh

**Docker:**

docker pull ghcr.io/olgasafonova/miro-mcp-server:latest

Configuration

**Claude Desktop:** Add to claude_desktop_config.json:

{
  "mcpServers": {
    "miro": {
      "command": "miro-mcp-server",
      "args": []
    }
  }
}

**Environment Variable:**

export MIRO_ACCESS_TOKEN=your-token
Comparison generated from public README + GitHub signals. Last updated automatically.