We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rochadelon/super-productivity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-bridge-plugin",
"version": "1.0.0",
"description": "Bridge between Super Productivity and MCP servers",
"main": "dist/plugin.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"super-productivity",
"plugin",
"mcp"
],
"author": "Alan Delon Sousa Rocha",
"license": "MIT",
"dependencies": {
"express": "^4.19.2",
"socket.io": "^4.7.5"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"typescript": "^5.5.3"
}
}