-
Notifications
You must be signed in to change notification settings - Fork 0
MCP
DubStepMad edited this page Aug 4, 2026
·
1 revision
DevTent ships a stdio MCP server so Cursor, Claude Code, and other agents can manage sites, PHP, services, SSL, doctor, dumps, and databases.
{
"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 mcpTypical 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
DevTent is free & open source under DTCL v1.0 · Releases · Discussions