Agentic MCP
Rank #7,840io.github.hugolsramos01-bit/mcp-agentic-server
Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.
Agentic MCP is a Model Context Protocol (MCP) server published by hugolsramos01-bit. It ranks #7,840 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Agentic MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 21, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 124,206 of 132,046 servers on MCP Toplist.
Use Agentic MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-agentic-server -e "AGENTIC_ALLOWED_ROOTS=<your AGENTIC_ALLOWED_ROOTS>" -- npx -y mcp-agentic-serverReplace each placeholder with your own value before saving.
[mcp_servers.mcp-agentic-server]
command = "npx"
args = ["-y", "mcp-agentic-server"]
[mcp_servers.mcp-agentic-server.env]
AGENTIC_ALLOWED_ROOTS = "<your AGENTIC_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<your AGENTIC_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<your AGENTIC_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-agentic-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<your AGENTIC_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<your AGENTIC_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-agentic-server": {
"command": "npx",
"args": [
"-y",
"mcp-agentic-server"
],
"env": {
"AGENTIC_ALLOWED_ROOTS": "<your AGENTIC_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hugolsramos01-bit%2Fmcp-agentic-server)<a href="https://mcptoplist.com/server/io.github.hugolsramos01-bit%2Fmcp-agentic-server"><img src="https://mcptoplist.com/badge/io.github.hugolsramos01-bit%2Fmcp-agentic-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hugolsramos01-bit
Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Jul 29, 2026 |
| 1.2.0 | Jul 28, 2026 |
| 1.1.7 | Jul 24, 2026 |
| 1.1.6 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Agentic MCP?
- Agentic MCP is maintained by hugolsramos01-bit, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Agentic MCP listed on the Official MCP Registry?
- Yes — Agentic MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Agentic MCP have?
- MCP Toplist tracks 4 versions of Agentic MCP, most recently published on Jul 29, 2026.
- Where can I find the source code for Agentic MCP?
- The source code for Agentic MCP is hosted at github.com/hugolsramos01-bit/mcp-agentic-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.