ai-command
Control WordPress using WP-CLI, AI, and MCP.
File Explorer
Download Latest Version (.zip)- code-quality.yml
- testing.yml
- ISSUE_TEMPLATE
- PULL_REQUEST_TEMPLATE
- ai.feature
- mcp-server.feature
- route-additions.php
- AiClient.php
- CliCommands.php
- WP_CLI.php
- Client.php
- HttpTransport.php
- InMemorySession.php
- InMemoryTransport.php
- ProxySession.php
- CliLogger.php
- McpConfig.php
- AiCommand.php
- McpCommand.php
- McpServerCommand.php
- bootstrap.php
- ClientTest.php
- .distignore
- .editorconfig
- .gitignore
- ai-command.php
- behat.yml
- composer.json
- CONTRIBUTING.md
- LICENSE
- phpcs.xml.dist
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
- wp-cli.yml
# Installation Guide
1. Get the code
git clone https://github.com/mcp-wp/ai-command
Downloads the entire project code from GitHub to your computer.
cd ai-command
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
