Skip to main content
Glama

Planka MCP Server

by gcorroto
config.example.env578 B
# Configuración de Planka MCP Server # Copiar este archivo a .env y llenar los valores # URL base del servidor Planka PLANKA_BASE_URL=http://localhost:3000 # Credenciales del agente para autenticación PLANKA_AGENT_EMAIL=admin@example.com PLANKA_AGENT_PASSWORD=your_password_here # Permitir conexiones HTTPS inseguras (sin validación de certificado SSL) # Útil para certificados autofirmados o internos de empresa # Valores: true o false (por defecto: false) PLANKA_ALLOW_INSECURE=false # Configuración opcional del servidor MCP MCP_SERVER_TYPE=stdio MCP_HTTP_PORT=3001

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/gcorroto/mcp-planka'

If you have feedback or need assistance with the MCP directory API, please join our Discord server