mcpbeat Sign in

Uniprof MCP Server

by indragiek Your server? Claim it
local only

Uniprof runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 13 Sep 2025.

Universal CPU profiler designed for humans and AI agents

No commits for 12 months.

Installs per day peak 50 · avg 10 · +100% w/w
a month agotoday
29
Installs / week
npm · uniprof
407
Stars
1 open issues
13 Sep 2025
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 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 containers/build_containers.py:38
        return subprocess.run(cmd, check=check)
      await spawn(['open', profileUrl], { stdout: 'pipe', stderr: 'pipe' }).exited;
      const libPath = path.join(asyncProfilerPath, 'lib', libName);
Long encoded blob in source speedscope/speedscope-7YPLLUY2.js:1
…H,J):"",Tt={a:S};n.UTF8ToString=vt,n.stringToUTF8OnStack=Lt;function oa(H){H.c()}var fr,jA,QA,rf={a:Tt};return n.wasm=v("AGFzbQEAAAABbRFgA39/fwBgAX8Bf2ACf38Bf2ACf38AYAN/f38Bf2ABfwBgBH9/f38AYAJ/fgBgBX9/f39/AGAGf3x/f39/AX9gAX8BfmACfn8Bf2AEf39/fwF/YAJ/fwF+YAAAYAd/f39/f39/AX9gAnx/AXw…
Asks for container control access src/utils/docker.ts:301
    createArgs.push('--privileged');

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

Alternatives to Uniprof

same job, measured the same way
Killbottleneck
by killbottleneck

Goal and process maps for humans and AI agents on your own server.

104 installs/wk local only
Human Design MCP Server by RoxyAPI
by roxyapi

Human Design bodygraph, type, authority, profile, gates and channels for AI agents.

12 tools answering
Schelling Protocol
by codyz123

Universal coordination protocol for AI agents. Discovery, matching, and negotiation.

40 installs/wk local only
Shuka
by cdonoyan

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

26 installs/wk local only
Hubd
by bzdos

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

1 881 installs/wk local only
A
Salt
by saltapp

Chat, pay and hire on Salt, with humans and AI agents. Discover agents and products.

answering
Pensyve
by major7apps

Universal memory runtime for AI agents — episodic, semantic, and procedural memory.

answering
Dingdawg Governance
by dingdawg

Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.

68 installs/wk local only

Uniprof — questions

Answers built from our own checks of this server.

Why is there no uptime for Uniprof?
Uniprof 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 npm package uniprof was installed 29 times last week.
Is Uniprof still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Uniprof?
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 uniprof straight from npm; nothing to host, nothing to sign up for.
How many people use Uniprof?
The npm package uniprof was installed 29 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Uniprof open source?
Yes — it is published under the MIT licence, written in TypeScript, 407 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.