mcpbeat Sign in

Securedact MCP Server

by giganteshji Your server? Claim it
local only

Securedact MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 572 installs a week from pypi. Last commit 9 Sep 2026.

Local-first privacy MCP server for sensitive AI workflows

Installs per day peak 893 · avg 172 · -56% w/w
a month agotoday
572
Installs / week
pypi · securedact-mcp
2
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

Builds a file path from a variable [пакет] src/securedact_mcp/agent/service_taskscheduler.py:99, src/securedact_mcp/agent/service_taskscheduler.py:113
    return os.path.join(_SYSTEM32, name)

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

Alternatives to Securedact MCP

same job, measured the same way
ArcGIS MCP Bridge
by muend

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

242 installs/wk local only
Checker MCP
by oksigenia

Domain security & privacy checker as an MCP server. 17 live checks, 0-100 score, local-first.

48 installs/wk local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
I
AWS MCP Server
by aws

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

278 552 installs/wk local only
I
Runsec Io
by runsec-io

RunSec MCP server for workspace security scanning and remediation workflows.

36 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only

Securedact MCP — questions

Answers built from our own checks of this server.

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