Skip to main content
Glama
yeyorg
by yeyorg

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_XAMP_HOSTNoMariaDB/MySQL host127.0.0.1
MCP_XAMP_PORTNoMariaDB/MySQL port3306
MCP_XAMP_USERNoDatabase userroot
MCP_XAMP_PASSWORDNoDatabase password
MCP_XAMP_ALLOW_WRITENoSet to true to enable INSERT/UPDATE/DELETE/DDLfalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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