mcpbeat Sign in

Siftable MCP Server

by tom-r-main Your server? Claim it
local only

Siftable runs on your own machine — the client starts it, so there is no endpoint to ping. 274 installs a week from npm. Last commit 7 Sep 2026.

Siftable MCP server for governed work, knowledge, calendar, people, datasets, and Vault.

Installs per day peak 19 · avg 4 · -41% w/w
a month agotoday
274
Installs / week
npm · @execufunction/mcp-server
0
Stars
1 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Runs an external command src/gitService.ts:59
  private exec(args: string): string {

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

Alternatives to Siftable

same job, measured the same way
MCP Gee Sweet
by khuisman

MCP server for Google Workspace — Sheets, Drive, Docs (HTML or Markdown), and Calendar.

local only
Claude Desktop Bridge
by kimiguel

Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)

43 installs/wk local only
Google MCP
by matiasbattocchia

Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.

answering
Google Workspace
by mindstone

Google Workspace MCP server for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and more

261 installs/wk local only
Swsd
by mikimatsub

MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows.

90 installs/wk local only
Kaggle MCP
by seif-sameh

MCP server for the Kaggle API: competitions, datasets, kernels, and models.

84 installs/wk local only
Provenote MCP
by xiaojiou176-open

First-party Provenote MCP server for drafts, research threads, auditable runs, and knowledge search.

local only
Cacheoverflow
by getcacheoverflow

MCP server for cache.overflow - AI agents sharing knowledge with AI agents

48 installs/wk local only

Siftable — questions

Answers built from our own checks of this server.

Why is there no uptime for Siftable?
Siftable 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 @execufunction/mcp-server was installed 274 times last week.
How do I connect Siftable?
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 @execufunction/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Siftable?
The npm package @execufunction/mcp-server was installed 274 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Siftable open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.