Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Draw Things MCP
Claim
by
jaokuohsuan
npm
GitHub
Image & Video Processing
JavaScript
130
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dist
src
build.mjs
CURSOR_INTEGRATION.md
cursor-mcp-bridge.js
cursor-setup.md
.gitignore
.npmignore
package.json
package-lock.json
README.md
rollup.config.mjs
start-cursor-bridge.sh
.swcrc
test-api-connection.js
test-mcp.js
tsconfig.json
{ "compilerOptions": { "target": "ES2018", "module": "nodenext", "moduleResolution": "nodenext", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "outDir": "dist", "sourceMap": false, "rootDir": "src", "declaration": false, "resolveJsonModule": true, "lib": ["ES2018"], "types": ["node", "jsdom"], "moduleSuffixes": ["js", "ts"], "baseUrl": ".", "paths": { "@/*": ["src/*"] }, "preserveSymlinks": true, "allowJs": true, "removeComments": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }