mcpbeat Sign in

Akf MCP Server

local only

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

Trust metadata for AI agents — check files before building on them, stamp verified work.

Installs per day peak 35 · avg 19 · -34% w/w
a month agotoday
93
Installs / week
pypi · mcp-server-akf
16
Stars
7 open issues
2 Aug 2026
Last commit
0 releases in 90 days
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.

File ships in the package but is absent from the source [пакет] mcp_server_akf/__init__.py:1, [пакет] mcp_server_akf/__main__.py:1, [пакет] mcp_server_akf/server.py:1
этот файл ставится пользователю, но в репозитории его нет
    subprocess.run(["launchctl", "load", str(plist_path)],
        __import__(name)
        path = os.path.join(cards_dir, f"{card.id}.json")
Runs with shell=True python/akf/verify.py:140
            replay.command, shell=True, cwd=cwd,
Page executes code built at runtime extensions/google-workspace/Sidebar.html:379
      document.getElementById('content').innerHTML = html;
  <script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>

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

Alternatives to Akf

same job, measured the same way
Agent Guard MCP
by liminalpepe

Verify-before-act safety checks for AI agents: packages, lockfiles, manifests, CI workflows.

35 installs/wk local only
Bettermemory
by 0mattias

Memory for coding agents, checked against the filesystem and git before it is believed.

5 338 installs/wk local only
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Veritap
by veritap

Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.

75 installs/wk 6 tools answering
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

74 installs/wk local only
Veragent
by lixiaowww

Check the trust/security score of MCP servers, agents, skills & CLIs before you install them.

61 installs/wk local only
Agent Wormhole
by runningoffcode

Check tokens, pages and x402 payments before your agent trusts them. Offline verdicts.

563 installs/wk local only
agentdocs
by titov-d

Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

35 installs/wk local only

Akf — questions

Answers built from our own checks of this server.

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