Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Moondream MCP Server
Claim
by
NightTrek
GitHub
Image & Video Processing
JavaScript
Apache 2.0
11
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
moondream-mcp
src
cline.notes.md
.gitignore
LICENSE
package.json
pnpm-lock.yaml
README.md
test-moondream.js
test-moondream-server.js
tsconfig.json
{ "name": "moondream-mcp", "version": "0.1.0", "description": "MCP server for Moondream image analysis", "license": "Apache-2.0", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "moondream": "^0.0.5" }, "devDependencies": { "@types/node": "^20.17.10", "typescript": "^5.7.2" } }