We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adeze/raindrop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"servers": {
"raindrop": {
"type": "stdio",
"command": "node",
"args": [
"build/index.js"
],
"envFile": "${workspaceFolder}/.env",
"env": {
"RAINDROP_ACCESS_TOKEN": "${input:raindrop-key}"
},
"dev": {
"watch": "build/**/*.js",
"debug": {
"type": "node"
}
}
},
"MCPJam Inspector": {
"url": "https://docs.mcpjam.com/mcp",
"type": "http"
}
},
"inputs": [
{
"type": "promptString",
"id": "raindrop-key",
"description": "Raindrop Access Token",
"password": true
}
]
}