mcpbeat Sign in

Magpie Search MCP Server

local only

Magpie Search runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi. Last commit 10 Sep 2026.

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

Installs per day peak 30 · avg 13 · -40% w/w
a month agotoday
67
Installs / week
pypi · magpie-search
28
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        r = subprocess.run([str(vmrun), "list"], capture_output=True, text=True, timeout=30, env=safe_env())

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 magpie-search -- uvx magpie-search
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "magpie-search": {
      "args": [
        "magpie-search"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.magpie-search]
command = "uvx"
args = ["magpie-search"]
.cursor/mcp.json
{
  "mcpServers": {
    "magpie-search": {
      "args": [
        "magpie-search"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "magpie-search": {
      "args": [
        "magpie-search"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Magpie Search

same job, measured the same way
SAME - Stateless Agent Memory Engine
by sgx-labs

Persistent memory for AI coding agents. Local-first SQLite + vector search. 17 MCP tools.

48 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
Memory Vault
by mihaibuilds

Local-first AI memory layer with hybrid search. Postgres + pgvector. Self-hosted, MIT.

local only
Rippr MCP
by mrslbt

Rip YouTube transcripts to disk for AI agents, RAG pipelines, and LLM workflows.

42 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
Agentsearch MCP
by isaiahdupree

LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

3 tools answering
I
trelix
by sairam0424

Semantic code search for AI agents — hybrid BM25+vector, call-graph, 20+ languages.

1 185 installs/wk local only
Memwright
by bolnet

Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.

108 installs/wk local only

Magpie Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Magpie Search?
Magpie Search 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 pypi package magpie-search was installed 67 times last week.
How do I connect Magpie Search?
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 magpie-search straight from pypi; nothing to host, nothing to sign up for.
How many people use Magpie Search?
The pypi package magpie-search was installed 67 times in the last week. Week over week that is -40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Magpie Search open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 28 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.