Skip to main content
Glama

Inspire MCP Server

by tech-inspire

Inspire MCP Server

A Model Context Protocol server that uses Inspire backend images search capabilities.

Available Tools

  • get-similar-images-by-description - Get similar images by their text description
    • Required arguments:
      • description (string): Image description
      • limit (number): Pagination limit
      • offset (number): Pagination offset

Configuration

  • INSPIRE_API_BASE: base path for the backend gateway. Default: http://localhost:7080
  • IMAGES_BASE_PATH: base path for images. Example: https://<some-bucket>.s3.com/

Variables can be configured using environment variables or command-line arguments, depending on the runtime platform (Docker/Node).

Building

Docker:

docker build -t tech-inspire/mcp .

Node:

npm ci && npm run build

Usage with Claude Desktop

Add this to claude_desktop_config.json

Docker

{ "mcpServers": { "inspire": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "INSPIRE_API_BASE=<API_URL>", "-e", "IMAGES_BASE_PATH=<IMAGE_BASE_PATH>", "tech-inspire/mcp" ] } } }

Node

{ "mcpServers": { "inspire": { "command": "node", "args": [ "/path/to/repo/build/index.js", "--INSPIRE_API_BASE=<INSPIRE_API_BASE>", "--IMAGES_BASE_PATH=<IMAGES_BASE_PATH>" ] } } }

License

This MCP server is licensed under the GNU General Public License, as described in the LICENSE file.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A Model Context Protocol server that enables searching for similar images by text description, integrating Inspire's backend image search capabilities with LLM interfaces like Claude Desktop.

  1. Available Tools
    1. Configuration
      1. Building
        1. Usage with Claude Desktop
          1. Docker
          2. Node
        2. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.
            Last updated -
            11
            1
            TypeScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Control Protocol server that provides web search capabilities and similarity search functionality for Claude Desktop, allowing users to perform web searches and extract relevant information from previous search results.
            Last updated -
            2
            Python
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables LLM clients like VSCode, Copilot, and Claude Desktop to search the web using Google Programmable Search Engine API.
            Last updated -
            39
            4
            JavaScript
            Apache 2.0
            • Apple
          • -
            security
            A
            license
            -
            quality
            A production-ready Model Context Protocol server that brings AI-powered web search directly into development environments, providing intelligent search results with proper citations in Claude Desktop, Cursor, or any MCP-compatible client.
            Last updated -
            173
            6
            TypeScript
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/tech-inspire/mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server