Skip to main content
Glama

Inspire MCP Server

by tech-inspire
GPL 3.0
2

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.

-
security - not tested
A
license - permissive license
-
quality - not tested

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

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.
            Last updated -
            1
            60
            15
            TypeScript
            MIT License
            • Apple
          • -
            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 -
            53
            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
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.
            Last updated -
            2
            1
            TypeScript

          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