mcpbeat Sign in

rpf MCP Server

by molchalih Your server? Claim it
local only

rpf runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 3 Sep 2026.

Read and write RAGE Package Format archives

Installs / week
not published
1
Stars
0 open issues
3 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Rust

What the code does

We read the source, 9 min ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call rpf_info.archive → crates/rpf/src/serve.rs:1671
    let file = fs::File::open(path).ok()?;
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.

        this.child = spawn(options.binary, ['serve', '--stdio'], {
        found.push({ source: 'path', at: path.join(directory, name) });
Runs an external command tools/endurance/endurance.py:28
        self.process = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to rpf

same job, measured the same way
Screenplaywriter MCP
by mrfentmen

Read, write, and analyze screenplays in Fountain format.

40 installs/wk local only
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
C
AgentDrive
by tokencanopy

Artifact store for AI agents — read, write, and search files by path; share by rendered URL.

answering
Google Sheets MCP
by a1-x-tech

MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.

47 installs/wk local only
Gentoura Tours
by gentoura

Read-only search and pricing for Gentoura's Egypt and Jordan tour packages.

3 tools answering
Exiftool
by joshmsimpson

Read, write, and remove metadata from 150+ file formats using ExifTool

88 installs/wk local only
Blogbat
by pooriaarab

Hosted MCP for BlogBat: read, write, generate, and publish blog articles and content.

answering
Filesystem MCP
by j0hanz

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

1 086 installs/wk local only

rpf — questions

Answers built from our own checks of this server.

Why is there no uptime for rpf?
rpf runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is rpf open source?
Yes — it is published under the Apache-2.0 licence, written in Rust and 1 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.