Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Jina AI MCP Server
Claim
by
Sheshiyer
GitHub
Search
Image & Video Processing
JavaScript
MIT License
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
jina-ai-mcp-multimodal-search
build
node_modules
src
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{
"
compilerOptions
"
: {
"
target
"
:
"
ES2020
"
,
"
module
"
:
"
ES2020
"
,
"
moduleResolution
"
:
"
node
"
,
"
esModuleInterop
"
:
true
,
"
outDir
"
:
"
./build
"
,
"
rootDir
"
:
"
./src
"
,
"
strict
"
:
true
,
"
skipLibCheck
"
:
true
,
"
forceConsistentCasingInFileNames
"
:
true
},
"
include
"
: [
"
src/**/*
"
],
"
exclude
"
: [
"
node_modules
"
,
"
build
"
]
}