Skip to content
DubStepMad edited this page Aug 4, 2026 · 1 revision

MCP / AI agents

DevTent ships a stdio MCP server so Cursor, Claude Code, and other agents can manage sites, PHP, services, SSL, doctor, dumps, and databases.

Cursor example

{
  "mcpServers": {
    "devtent": {
      "command": "npx",
      "args": ["-y", "devtent", "mcp"],
      "env": {
        "DEVTENT_ROOT": "C:/devtent",
        "SITE_PATH": "C:/devtent/www/myapp"
      }
    }
  }
}

Or run the bundled binary:

devtent mcp

What agents can do

Typical tools include listing/opening sites, switching PHP, starting services, SSL secure/unsecure, doctor, Laravel .env hints, dumps, and database helpers.

Full tool list and prompts: docs/MCP.md in the repository.

Back to Home

Clone this wiki locally