Skip to content

Commit d0e4efa

Browse files
authored
Merge pull request #107 from kelmatiq/docs/codex-cli
Added Codex CLI documentation
2 parents 3bb6cd0 + 2d776b0 commit d0e4efa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ For Cursor IDE, you can install this MCP server with the following command in yo
6464

6565
MCP Get provides a centralized registry of MCP servers and simplifies the installation process.
6666

67+
### Codex CLI
68+
69+
Codex CLI installation is similar to Claude Code below
70+
71+
```bash
72+
codex mcp add mcp_server_mysql \
73+
--env MYSQL_HOST="127.0.0.1" \
74+
--env MYSQL_PORT="3306" \
75+
--env MYSQL_USER="root" \
76+
--env MYSQL_PASS="your_password" \
77+
--env MYSQL_DB="your_database" \
78+
--env ALLOW_INSERT_OPERATION="false" \
79+
--env ALLOW_UPDATE_OPERATION="false" \
80+
--env ALLOW_DELETE_OPERATION="false" \
81+
-- npx -y @benborla29/mcp-server-mysql
82+
```
83+
6784
### Claude Code
6885

6986
#### Option 1: Import from Claude Desktop (Recommended if already configured)

0 commit comments

Comments
 (0)