Skip to main content
Glama

EverArt Forge MCP Server

package.json1.56 kB
{ "name": "everart", "version": "1.2.2", "description": "Node SDK for the EverArt REST API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest --config jestconfig.json --detectOpenHandles", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/newcompute-ai/everart-node-sdk.git" }, "keywords": [ "everart", "everart-node-sdk", "everart", "ai" ], "author": { "email": "jack@newcompute.ai", "name": "Jack Beoris", "url": "https://newcompute.ai" }, "license": "MIT", "bugs": { "url": "https://github.com/newcompute-ai/everart-node-sdk/issues" }, "homepage": "https://github.com/newcompute-ai/everart-node-sdk#readme", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.12", "@types/lodash": "^4.17.0", "@types/uuid": "^9.0.8", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.4.5" }, "files": [ "dist" ], "dependencies": { "axios": "^1.6.8", "dotenv": "^16.4.5", "fs-extra": "^11.2.0", "lodash": "^4.17.21", "uuid": "^9.0.1" } }

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/nickbaumann98/everart-forge-mcp'

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