mcpbeat Sign in

obsify MCP Server

by formative-sum41 Your server? Claim it
local only

obsify runs on your own machine — the client starts it, so there is no endpoint to ping. 159 installs a week from pypi. Last commit 20 Aug 2026.

Local, privacy-preserving PII toolkit over MCP — shape to the model, substance stays local.

Installs per day peak 1 294 · avg 104 · -22% w/w
a month agotoday
159
Installs / week
pypi · obsify
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

        subprocess.run([sys.executable, "-m", "spacy", "download", name], check=True)

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

Alternatives to obsify

same job, measured the same way
Model Manager
by setheerwagen

Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training

1 337 installs/wk local only
Cortex
by vblackjack

Local multi-client RAG server over the Model Context Protocol.

4 275 installs/wk local only
Ouestcharlie Woof
by ouestcharlie

An MCP server and app to search and browse your photos while preserving your privacy

350 installs/wk local only
Skillfed MCP
by skill-federation

Find vetted agent skills for your task — privacy-preserving skill discovery over MCP.

90 installs/wk local only
Epiphany
by gatsv-tech

One private, local memory your AI tools share. Cross-model, on-device, never lose a session.

40 installs/wk local only
Financial Modeling Prep MCP Server
by imbenrabi

MCP server for Financial Modeling Prep API with 250+ financial data tools

305 installs/wk local only
Obsidian CLI MCP
by dariuscorvus

Local MCP server for Obsidian Desktop via the official Obsidian CLI.

49 installs/wk local only
Linggen - Local RAG
by linggen

Local, privacy-focused RAG service for code search via MCP. https://linggen.dev

local only

obsify — questions

Answers built from our own checks of this server.

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