Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
DALL-E MCP Server
by
Garoth
Verified
GitHub
Image & Video Processing
TypeScript
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dalle-mcp
assets
src
.env.example
.gitignore
jest.config.js
jest.setup.js
mcp-settings-example.json
package.json
package-lock.json
popular_urls.txt
random_urls.txt
README.md
test_urls.txt
tsconfig.json
{
"
compilerOptions
"
: {
"
target
"
:
"
ES2022
"
,
"
module
"
:
"
NodeNext
"
,
"
moduleResolution
"
:
"
NodeNext
"
,
"
esModuleInterop
"
:
true
,
"
forceConsistentCasingInFileNames
"
:
true
,
"
strict
"
:
true
,
"
skipLibCheck
"
:
true
,
"
outDir
"
:
"
build
"
,
"
declaration
"
:
true
,
"
sourceMap
"
:
true
,
"
resolveJsonModule
"
:
true
},
"
include
"
: [
"
src/**/*
"
],
"
exclude
"
: [
"
node_modules
"
,
"
**/*.test.ts
"
]
}