mcpbeat Sign in

sift MCP Server

local only

sift runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Runs a command, keeps every byte on disk, returns only the lines that matter

Installs / week
pypi · sift-cli
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 22 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.

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

This one needs environment variables set before it will start: NVIDIA_API_KEY (A free NVIDIA NIM key. Optional: without one every tool still runs the command, still keeps every byte, and still returns the exit code -- what is lost is the model's choice of lines, not the output. Also read from ~/.config/nvidia/api_key.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to sift

same job, measured the same way
Mirofy
by hasan-laraib

Ask a repository what depends on what. Every answer cites the file, line and commit it came from.

158 installs/wk local only
Bash Command MCP
by mrorigo

Sophisticated bash command MCP server that runs and manages shell execution.

57 installs/wk local only
Office Suite All Servers One Install
by bestremotetools

One install that runs every sibling MCP server as a child process and merges their tools behind one

local only
Autotask MCP
by servosity

Every Autotask entity at the command line, plus a local SQLite mirror that answers ticket-aging

local only
Site
by runsheetly

Runsheetly: the site's own MCP server — dataset; every answer cites the site.

7 tools answering
Nextscan
by berkayderin

MCP server that scans Next.js projects and returns a compact summary

28 installs/wk local only
kdbx
by yarrasys

Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.

local only
Arena
by dravensoft-dev

Arena by Dravensoft over MCP: the router, the references and every component document.

402 installs/wk local only

sift — questions

Answers built from our own checks of this server.

Why is there no uptime for sift?
sift 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 sift-cli.
How do I connect sift?
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 sift-cli straight from pypi; nothing to host, nothing to sign up for.
Is sift open source?
Yes — it is published under the MIT licence, written in Python 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.