Skip to main content
Glama

Createve.AI Nexus

by spgoodman
package.jsonβ€’1.25 kB
{ "name": "@createveai/nexus-mcp-server", "version": "1.0.0", "description": "MCP client server for Createve.AI Nexus API", "type": "module", "main": "build/index.js", "bin": { "createveai-nexus-mcp-server": "build/index.js" }, "files": [ "build/**/*", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/spgoodman/createveai-nexus-server.git", "directory": "src/mcp_server" }, "scripts": { "build": "tsc && mkdir -p build && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsx src/index.ts", "test": "vitest", "prepublishOnly": "ls -la build/ && test -f build/index.js && chmod +x build/index.js" }, "keywords": [ "mcp", "createveai", "ai" ], "author": "Createve.AI", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "axios": "^1.6.5", "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^16.3.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.10.5", "tsx": "^4.7.0", "typescript": "^5.3.3", "vitest": "^1.1.0" }, "engines": { "node": ">=18.0.0" } }

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/spgoodman/createveai-nexus-server'

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