Inspire MCP Server
@tech-inspire
Inspire MCP Server について
Model Context Protocol server for images search using Inspire backend. Claude Dekstop ready
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-tech-inspire": {
"command": "docker",
"args": [
"build",
"-t",
"tech-inspire/mcp",
"."
]
}
}
}ツール
1Get similar images by their text description
概要
What is Inspire MCP Server?
A Model Context Protocol (MCP) server that uses the Inspire backend to search for images based on text descriptions. It is designed for developers and AI agents that need to retrieve visually similar images programmatically.
How to use Inspire MCP Server?
Configure by setting the INSPIRE_API_BASE (default http://localhost:7080) and IMAGES_BASE_PATH environment variables, or pass them as command‑line arguments. Then run the server with Docker or Node (after building with npm ci && npm run build). Add it to your MCP client (e.g., Claude Desktop) by including the appropriate entry in claude_desktop_config.json.
Key features of Inspire MCP Server
- Uses the Inspire backend for image search.
- Provides a single tool:
get-similar-images-by-description. - Accepts text descriptions with pagination (
limit,offset). - Deployable via Docker or Node.
- Configurable through environment variables or CLI arguments.
Use cases of Inspire MCP Server
- Searching for images that match a natural language description.
- Integrating visual search capabilities into AI assistants like Claude Desktop.
- Automating image retrieval in workflows that require text-to-image matching.
FAQ from Inspire MCP Server
What tool does Inspire MCP Server expose?
It exposes one tool: get-similar-images-by-description. This tool takes a text description, a limit, and an offset (all required) and returns similar images.
How do I configure the server?
Set the INSPIRE_API_BASE (backend gateway URL) and IMAGES_BASE_PATH (base URL for image files) either as environment variables or as command‑line arguments (e.g., --INSPIRE_API_BASE=<URL>).
Can I run it without Docker?
Yes. Build with npm ci && npm run build, then run node build/index.js with the required arguments.
How do I use it with Claude Desktop?
Add an entry to claude_desktop_config.json. For Docker, use the docker run command with environment variables. For Node, use node build/index.js with --INSPIRE_API_BASE and --IMAGES_BASE_PATH.
What license does Inspire MCP Server use?
It is licensed under the GNU General Public License.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント