M

mcp-agentic-server

Agentic MCP — local coding tools for ChatGPT Developer Mode and other MCP clients. Tested with ChatGPT Plus via HTTPS tunnel; availability varies by plan and r…

Developer Tools
Install Command
npx -y mcp-agentic-server
Claude Desktop Config
{
  "mcpServers": {
    "mcp-agentic-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentic-server"
      ]
    }
  }
}

mcp-agentic-server is a community MCP server that connects AI assistants like Claude to agentic mcp — local coding tools for chatgpt developer mode and other mcp clients. tested with chatgpt plus via https tunnel; availability varies by plan and r…. It runs locally on your machine, keeping your data private and giving you full control over the connection. Developers can use it to bring AI assistance directly into their build and coding environment.

About mcp-agentic-server

Overview

Agentic MCP — local coding tools for ChatGPT Developer Mode and other MCP clients. Tested with ChatGPT Plus via HTTPS tunnel; availability varies by plan and rollout. Independent project, not affiliated with OpenAI.

Links

Topics

chatgpt, chatgpt-plus, chatgpt-web, openai, developer-mode, mcp, mcp-server, coding-agent, local-coding-agent, agentic-coding, context-engineering, git-worktree, typescript, ngrok

Who Should Use mcp-agentic-server?

  • 1Manage repositories, issues, and pull requests through Claude
  • 2Control a browser and scrape the web through Claude
  • 3Speed up coding workflows by letting Claude interact with your dev environment
  • 4Run terminal commands, manage processes, and inspect logs via AI

How to Install mcp-agentic-server

Before you start

You will need Node.js (v18 or later) installed on your machine — download it from nodejs.org if you haven't already.

  1. 1Open a terminal (Terminal on Mac, Command Prompt or PowerShell on Windows).
  2. 2Paste the install command above and press Enter — Node.js will download and run the server automatically.
  3. 3Add the server to your Claude Desktop config file (see the JSON snippet above) and restart Claude.

The Claude Desktop config snippet above can be copied and pasted directly into your claude_desktop_config.json file — no editing required.

How mcp-agentic-server Compares

It runs entirely on your local machine, so no data leaves your environment — important for teams with privacy or compliance requirements.
It is distributed as an npm package, making version management and updates straightforward with a single `npm update` command.

Tags

chatgptchatgpt-pluschatgpt-webopenaideveloper-modecoding-agentlocal-coding-agentagentic-codingcontext-engineeringgit-worktree

Reviews