Skip to main content
Glama

@profullstack/mcp-server

by profullstack
package.json1.89 kB
{ "name": "@profullstack/mcp-server", "version": "1.4.12", "description": "A generic, modular server for implementing the Model Context Protocol (MCP)", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "dev": "node --watch index.js", "test": "mocha --require=./test/setup.js test/**/*.test.js", "test:modules": "mocha --require=./test/setup.js src/modules/*/test/**/*.test.js", "test:all": "mocha --require=./test/setup.js \"test/**/*.test.js\" \"src/modules/*/test/**/*.test.js\"", "lint": "eslint .", "format": "prettier --write .", "create-module": "node scripts/create-module.js", "prepare": "husky", "pre-commit": "lint-staged" }, "repository": { "type": "git", "url": "https://github.com/profullstack/mcp-server.git" }, "bugs": { "url": "https://github.com/profullstack/mcp-server/issues" }, "homepage": "https://profullstack.com", "keywords": [ "mcp", "model", "ai", "server", "api" ], "author": "Profullstack, Inc.", "license": "MIT", "packageManager": "pnpm@10.6.5", "engines": { "node": ">=18.0.0" }, "dependencies": { "@hono/node-server": "^1.14.1", "dotenv": "^16.3.1", "form-data": "^4.0.0", "hono": "^4.7.9", "https-proxy-agent": "^7.0.6", "jsdom": "^22.1.0", "node-fetch": "^3.3.2", "puppeteer": "^24.8.2", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2", "stream-transform": "^3.2.10" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.56.0", "husky": "^9.1.7", "lint-staged": "^16.0.0", "mocha": "^10.2.0", "prettier": "^3.1.1", "sinon": "^15.0.3", "supertest": "^6.3.3" }, "lint-staged": { "*.js": [ "eslint --fix", "prettier --write" ], "*.{json,md}": [ "prettier --write" ] } }

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/profullstack/mcp-server'

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