mcpbeat Sign in

Agenticorg MCP Server

local only

Agenticorg runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 15 Sep 2026.

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

Installs per day peak 32 · avg 10 · +71% w/w
a month agotoday
42
Installs / week
npm · agenticorg-mcp-server
11
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
Python

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.

RUN apt-get update && apt-get install -y --no-install-recommends \
    gcc g++ libjpeg-dev zlib1g-dev libffi-dev \
            mod = __import__(mod_path, fromlist=[attr])
        completed = subprocess.run(  # noqa: S603 - executable is resolved from trusted PATH names
Builds a file path from a variable core/agents/base.py:84, core/extraction/sandbox.py:243
                path = os.path.join(PROMPTS_DIR, self.prompt_file)

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

Alternatives to Agenticorg

same job, measured the same way
Obsd Launchpad
by lordbasilaiassistant-sudo

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

51 installs/wk local only
Devopness
by devopness-mcp

Devopness MCP server for DevOps happiness! Empower AI Agents to deploy apps and infra, to any cloud.

answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
microservices.sh
by microservices

MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

39 installs/wk answering
mpop
by meshpop

Server fleet management MCP — monitor, deploy, and manage distributed Linux servers

local only
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
MCP Skill Server
by jcc-ne

An MCP server that mounts your skill directory and add deterministic entry for deployment

73 installs/wk local only

Agenticorg — questions

Answers built from our own checks of this server.

Why is there no uptime for Agenticorg?
Agenticorg 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 agenticorg-mcp-server was installed 42 times last week.
How do I connect Agenticorg?
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 agenticorg-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agenticorg?
The npm package agenticorg-mcp-server was installed 42 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agenticorg open source?
We cannot say either way: written in Python and 11 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.