Skip to main content
Glama

MCP Hub

by sentilabs01
package.json584 B
{ "name": "n8n-nodes-mcp", "version": "0.1.0", "description": "Custom n8n nodes for interacting with MCP Server", "keywords": [ "n8n", "workflow", "automation", "mcp" ], "author": "MCP Team", "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", "typescript": "^5.0.0" }, "dependencies": { "n8n-workflow": "^1.34.0", "n8n-core": "^1.34.0", "node-fetch": "^2.6.7" }, "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "watch": "tsc -w", "prepublishOnly": "npm run build" } }

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/sentilabs01/mcpserver'

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