PluginBench
MCP Server

io.github.sparkvibe-io/memorymesh MCP Server

io.github.sparkvibe-io/memorymesh

What is the io.github.sparkvibe-io/memorymesh MCP server?

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

How to install io.github.sparkvibe-io/memorymesh

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memorymesh": {
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "memorymesh": {
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "memorymesh": {
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "memorymesh": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}
Claude Code
claude mcp add memorymesh -- uvx memorymesh

Related MCP servers

AI security layer: code scanning, PII detection, prompt injection, secrets, CVEs

View repository →