Skip to main content
Glama

Fergus MCP Server

by Jayco-Design
package.json•1.39 kB
{ "name": "fergus-mcp", "version": "1.0.0", "description": "Model Context Protocol server for the Fergus API", "type": "module", "main": "dist/index.js", "bin": { "fergus-mcp": "dist/index.js" }, "scripts": { "build": "tsc && pnpm run copy-templates", "copy-templates": "cp -r src/templates/customers src/templates/shared dist/templates/ 2>/dev/null || :", "dev": "tsx src/index.ts", "dev:http": "tsx src/http-server.ts", "dev:oauth": "tsx src/http-oauth-server.ts", "start": "node dist/index.js", "start:http": "node dist/http-oauth-server.js", "prepare": "pnpm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "model-context-protocol", "fergus", "ai", "claude" ], "author": "", "license": "MIT", "packageManager": "pnpm@10.18.0", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "ioredis": "^5.8.1", "uuid": "^13.0.0" }, "devDependencies": { "@types/cookie-parser": "^1.4.9", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/ioredis": "^5.0.0", "@types/node": "^24.7.0", "@types/uuid": "^11.0.0", "tsx": "^4.20.6", "typescript": "^5.9.3" } }

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/Jayco-Design/fergus-mcp'

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