We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lenvolk/mcp-lifx'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"inputs": [
{
"type": "promptString",
"id": "lifx_token_new",
"description": "Enter your LIFX API token",
"password": true
}
],
"servers": {
"lifxmcp": {
"type": "stdio",
"command": "node",
"args": [
"C:\\Temp\\GIT\\mcp-lifx\\build\\index.js"
],
"env": {
"LIFX_API_TOKEN": "${input:lifx_token_new}"
}
},
// "playwright":{
// "type": "stdio",
// "command": "npx",
// "args": [
// "@playwright/mcp@latest"
// ],
// },
"Jokesterv1": {
"url": "https://volkjokes-bjckg0acg9fed3fa.canadacentral-01.azurewebsites.net/mcp"
}
}
}