mcpbeat Sign in

Agentled MCP Server

local only

Agentled runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from npm. Last commit 22 Aug 2026.

Intelligent AI workflow orchestration with long-term memory, 100+ integrations, and unified credits.

Installs per day peak 171 · avg 44 · +18% w/w
a month agotoday
279
Installs / week
npm · @agentled/mcp-server
3
Stars
1 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

Builds a file path from a variable src/cli/examples.ts:66, src/cli/scaffolds.ts:117
    const fullPath = path.join(dir, 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 mcp-server -- npx -y @agentled/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@agentled/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@agentled/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@agentled/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@agentled/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTLED_API_KEY (Your AgentLed workspace API key (generate in Workspace Settings > Developer)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentled

same job, measured the same way
Ncp
by portel-dev

N-to-1 MCP Orchestration. Unified gateway for multiple MCP servers with intelligent tool discovery.

99 installs/wk local only
Laviya Agent Skills
by kartegagithub

Laviya AI Orchestration MCP runtime for IDE and agent integrations.

61 installs/wk local only
Nynch MCP Server
by peterod99

CRM, relationship intelligence, and multi-agent orchestration for AI agents.

answering
I
Egnyte AI Samples
by sachin-shetty

Secure integration between AI tools and Egnyte content with search, analysis, and workflow tools.

local only
Ruv Swarm
by ruvnet

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

4 025 installs/wk local only
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

191 installs/wk local only
Voice Logica
by voicelogica

Manage Voice Logica agents, calls, phones, workflows, messaging, and integrations.

answering
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only

Agentled — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentled?
Agentled 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 @agentled/mcp-server was installed 279 times last week.
How do I connect Agentled?
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 @agentled/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agentled?
The npm package @agentled/mcp-server was installed 279 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentled open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 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.