mcpbeat Sign in

Filesift MCP Server

by roshunsunder Your server? Claim it
local only

Filesift runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from pypi. Last commit 27 Feb 2026.

Local file search for AI agents — semantic + keyword indexing over your codebase.

Installs per day peak 22 · avg 9 · -32% w/w
a month agotoday
50
Installs / week
pypi · filesift
6
Stars
0 open issues
27 Feb 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

        result = subprocess.run(
                                for fp in root.rglob("*"):

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

Alternatives to Filesift

same job, measured the same way
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Vibe Hnindex
by andyanh174

Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.

95 installs/wk local only
Vectr
by swapnanil

Semantic codebase search + persistent working memory for AI code editors. Local, no API key.

541 installs/wk local only
Sense
by luuuc

Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.

local only
Codeix
by montanetech

Fast semantic code search for AI agents — find symbols, references, and callers across any codebase

80 installs/wk local only

Filesift — questions

Answers built from our own checks of this server.

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