Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Together AI Image Server
Claim
by
zym9863
GitHub
Image & Video Processing
TypeScript
MIT License
2
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
together-ai-image-server
src
.gitattributes
.gitignore
LICENSE
package.json
package-lock.json
README.md
README_zh.md
tsconfig.json
{ "name": "together-ai-image-server", "version": "0.1.0", "description": "MCP server for generating images using Together AI API", "private": true, "type": "module", "bin": { "t2i-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.8.1" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }