mcpbeat Sign in

Vector Mirror MCP Server

by c64dos-png Your server? Claim it
local only

Vector Mirror runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 12 Jun 2026.

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

Installs per day peak 25 · avg 7 · +26% w/w
a month agotoday
32
Installs / week
npm · vector-mirror
0
Stars
0 open issues
12 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Vector Mirror every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vector-mirror -- npx -y vector-mirror
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vector-mirror": {
      "args": [
        "-y",
        "vector-mirror"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vector-mirror]
command = "npx"
args = ["-y", "vector-mirror"]
.cursor/mcp.json
{
  "mcpServers": {
    "vector-mirror": {
      "args": [
        "-y",
        "vector-mirror"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vector-mirror": {
      "args": [
        "-y",
        "vector-mirror"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vector Mirror

same job, measured the same way
Memory Kernel
by artem362

Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.

122 installs/wk local only
Vector Knowledge Graph MCP
by csoai-org

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

141 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

40 installs/wk local only
Palace
by ancientice

Local-first memory for coding agents — MCP server, single SQLite file, local embeddings

local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
deAPI MCP Server
by deapi-ai

35 AI tools for image/video generation, TTS, transcription, OCR & embeddings via deAPI

answering
garnet-mcp
by tarazou9

RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.

local only

Vector Mirror — questions

Answers built from our own checks of this server.

Why is there no uptime for Vector Mirror?
Vector Mirror runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package vector-mirror was installed 32 times last week.
How do I connect Vector Mirror?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vector-mirror straight from npm; nothing to host, nothing to sign up for.
How many people use Vector Mirror?
The npm package vector-mirror was installed 32 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vector Mirror open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.