mcpbeat Sign in

Phosphor MCP Server

by kirusshenkin Your server? Claim it
local only

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

Hosts, metrics, Docker and authorized_keys over a macOS terminal's live SSH connections

Installs / week
not published
0
Stars
8 open issues
2 Sep 2026
Last commit
from GitHub
MIT
License
Swift

What the code does

We read the source, 19 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 Sources/SSHKit/Subprocess.swift:14
        let process = Process()
    public static func writeCommand(content: String, path: String = "~/.ssh/authorized_keys") -> String {
Asks for container control access design/DockerInspect.dc.html:161
      mounts: [{src:'prod_worker_data', dst:'/data', mode:'rw'},{src:'/srv/app/config', dst:'/app/config', mode:'ro'},{src:'/var/run/docker.sock', dst:'/var/run/docker.sock', mode:'ro'}],

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

Alternatives to Phosphor

same job, measured the same way
Synapse RMCP
by dinglebear

Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI.

59 installs/wk local only
Interactive Terminal
by amol21p

MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker

68 installs/wk local only
Synapse RMCP
by dinglebear

Rust MCP and CLI server for Docker, host inspection, SSH, logs, ZFS, and safe file operations.

local only
Fiskmas
by fiskmas

Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.

21 tools answering
MCP Virtual Computer
by flujo-app

A persistent Docker or Fly computer with a Three.js interface and optional live Xfce desktop.

3 000 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Arcane RMCP
by dinglebear

Arcane Docker and Compose management over MCP and CLI with authenticated stdio and HTTP.

52 installs/wk local only
PostgreSQL
by antonorlov

MCP server for PostgreSQL: local, Docker, RDS, Neon, Supabase, or behind an SSH bastion.

2 861 installs/wk local only

Phosphor — questions

Answers built from our own checks of this server.

Why is there no uptime for Phosphor?
Phosphor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Phosphor open source?
Yes — it is published under the MIT licence, written in Swift, 0 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.