Agentic MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 318 installs a week from npm. Last commit 11 Sep 2026.
Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.
We read the source, 21 h ago · rules 3dff92dd89df
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.
postinstall: node scripts/fix-node-pty-permissions.mjs
const proc = spawn(process.execPath, [join(__dirname, '_server-hot-path-executor.mjs'), scenario], {
"--glob", "!id_rsa",
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add mcp-agentic-server -- npx -y mcp-agentic-server
{
"mcpServers": {
"mcp-agentic-server": {
"args": [
"-y",
"mcp-agentic-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-agentic-server]
command = "npx"
args = ["-y", "mcp-agentic-server"]
{
"mcpServers": {
"mcp-agentic-server": {
"args": [
"-y",
"mcp-agentic-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-agentic-server": {
"args": [
"-y",
"mcp-agentic-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
AGENTIC_ALLOWED_ROOTS (Comma-separated list of project directories that Agentic MCP may access.).
The author declared them in the registry entry; get the values from the project itself.
MCP server mode for Qoder CLI — delegate coding tasks to local Qoder agents from any MCP client.
43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.
Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
Local test execution and coverage summaries for onboarding agents.
Pay-per-call developer utilities and npm supply-chain security tools for coding agents, over x402.
Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution
Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.
Real-time semantic security for AI coding agents and MCP tools
Answers built from our own checks of this server.