xamp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_XAMP_HOST | No | MariaDB/MySQL host | 127.0.0.1 |
| MCP_XAMP_PORT | No | MariaDB/MySQL port | 3306 |
| MCP_XAMP_USER | No | Database user | root |
| MCP_XAMP_PASSWORD | No | Database password | |
| MCP_XAMP_ALLOW_WRITE | No | Set to true to enable INSERT/UPDATE/DELETE/DDL | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_databasesA | Lista todas las bases de datos accesibles en el servidor MariaDB/MySQL. |
| list_tablesA | Lista todas las tablas en una base de datos. |
| describe_tableA | Describe la estructura de una tabla (columnas, tipos, claves). |
| read_queryA | Ejecuta una consulta SQL de solo lectura (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH). |
| write_queryA | Ejecuta una consulta SQL de escritura (INSERT, UPDATE, DELETE, DDL). Requiere MCP_XAMP_ALLOW_WRITE=true. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeyorg/mcp-xamp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server