mcpbeat Sign in

Carvector MCP Server

by carvectorio Your server? Claim it
local only

Carvector MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 11 Jun 2026.

Vehicle specs, federal recalls, and OBD-II DTC reference for AI agents via MCP.

Installs per day peak 24 · avg 9 · +19% w/w
a month agotoday
67
Installs / week
npm · carvector-mcp
0
Stars
0 open issues
11 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Carvector MCP 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 carvector-mcp -- npx -y carvector-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "carvector-mcp": {
      "args": [
        "-y",
        "carvector-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.carvector-mcp]
command = "npx"
args = ["-y", "carvector-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "carvector-mcp": {
      "args": [
        "-y",
        "carvector-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "carvector-mcp": {
      "args": [
        "-y",
        "carvector-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CARVECTOR_API_KEY (Your CarVector API key (free at carvector.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Carvector MCP

same job, measured the same way
Hindsight MemPalace
by holetron

Self-hosted long-term memory for AI agents over MCP — hierarchical recall backed by pgvector

23 installs/wk local only
Magpie Search
by xfloukiex-lab

Federated local-first search across transcripts, files, KG, vectors and the web for AI agents.

67 installs/wk local only
A
SmartMemory
by smartmemory

Graph + vector memory for agents: recall, ingest, search, distill. Local or remote backend.

1 640 installs/wk local only
Gnosis Memory
by gnosismemory

Persistent memory and vector search for AI agents. Hosted, OAuth-protected via Google sign-in.

answering
Changegamer
by beneb89

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

14 tools answering
Memory Kernel
by artem362

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

122 installs/wk local only
garnet-mcp
by tarazou9

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

local only
DocPull
by raintree-technology

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

1 920 installs/wk local only

Carvector MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Carvector MCP?
Carvector MCP 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 carvector-mcp was installed 67 times last week.
How do I connect Carvector MCP?
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 carvector-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Carvector MCP?
The npm package carvector-mcp was installed 67 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Carvector MCP 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.