Skip to main content
Glama

Infinigen MCP Server

by elfenlieds7
package.json883 B
{ "name": "infinigen-mcp", "version": "0.1.0", "description": "Model Context Protocol (MCP) server for Infinigen - programmatic 3D scene generation", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "node --loader ts-node/esm src/index.ts", "start": "node dist/index.js", "test": "node tests/test-client.js", "test:e2e": "node tests/test-with-mock.js", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "infinigen", "3d-generation", "scene-generation", "computer-vision" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "ts-node": "^10.9.0", "typescript": "^5.3.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/elfenlieds7/infinigen-mcp'

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