Agentic MCP

Connect compatible ChatGPT Web accounts to local coding tools through MCP Developer Mode.

People who work with Agentic and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 2 · #79 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agentic MCP

before you install - you'll need

Set AGENTIC_ALLOWED_ROOTS before connecting.

Claude Code

claude mcp add hugolsramos01-bit-mcp-agentic-server -- npx -y mcp-agentic-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "hugolsramos01-bit-mcp-agentic-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentic-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-agentic-server - unscoped; check the name against the project README before installing

registry namespace io.github.hugolsramos01-bit is GitHub-verified and matches the repo owner

03 · What Agentic MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] Security Notice: This tool runs on your local machine and can execute shell commands. A managed Git worktree provides an isolated Git checkout to prevent polluting your main repository, but it is not an operating system sandbox. It does not restrict network access or subprocesses. Always review what the LLM intends to run.

Latest releases

v1.8.1 · 2026-09-11

v1.8.0 · 2026-09-08

add responsive visual review screenshots

v1.6.0 · 2026-08-11

add safe trusted and full command modes · make PVDL proportional to change risk · make verification proportional to change scope · stop over-discovery on known targets · bound fast-path context · avoid redundant QUICK…

04 · Who maintains Agentic MCP

Agentic MCP is maintained by hugolsramos01-bit. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
coding agent - ranked #79 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-11)
registry
io.github.hugolsramos01-bit/mcp-agentic-server (active, first published 2026-07-23 · 4 versions)
packages
npm:mcp-agentic-server

06 · Agentic MCP FAQ

What is Agentic MCP?

Connect compatible ChatGPT Web accounts to local coding tools through MCP Developer Mode.

Is Agentic MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agentic MCP?

Run `npx -y mcp-agentic-server`. The README documents one environment variable (AGENTIC_ALLOWED_ROOTS) to set first. Set AGENTIC_ALLOWED_ROOTS before connecting. You can also paste the ready-made client config above.

Does Agentic MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agentic MCP

More coding agent MCP servers · Witness · Memory Guard · MERN MCP · Codebase Synapse · Lurq

More TypeScript MCP servers · Human Pages · Project Human · Hustcc MCP Mermaid · OpenAI Ads MCP · SSH MCP Server (hypnosis) · see all