We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/justynroberts/rundeck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•384 B
# Rundeck MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Rundeck API Token
# Generate at: Rundeck > User Profile > User API Tokens
RUNDECK_API_TOKEN="your-rundeck-api-token-here"
# Optional: Rundeck Server URL (default: http://localhost:4440)
RUNDECK_URL="http://localhost:4440"
# Optional: API Version (default: 44)
RUNDECK_API_VERSION="44"