Skip to content
Cursor

Agentic MCP for Cursor

io.github.hugolsramos01-bit/mcp-agentic-server

Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.

client:Cursor transport:stdio runtime:npm

Install Agentic MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-agentic-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-agentic-server"
      ],
      "env": {
        "AGENTIC_ALLOWED_ROOTS": "<AGENTIC_ALLOWED_ROOTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Agentic MCP in other clients