Skip to main content
Glama

MCP Server for Replicate

by tzafrir

複製用MCPサーバー

ReplicateのAPIと連携するためのFastMCPサーバー実装。このサーバーは、標準化されたインターフェースを介してReplicateでホストされている様々なAIモデルにアクセスするためのツールを提供します。

現在のステータス: 初期アルファ版

このプロジェクトは初期アルファ開発段階です。機能とAPIは大幅に変更される可能性があります。

現在サポートされている

  • 以下の機能を備えた画像生成モデル:
    • モデルスキーマ検査
    • カスタマイズ可能なパラメータによる画像生成
    • 出力のサイズ変更と最適化

ロードマップ

計画されている機能

  1. テキスト生成
    • テキスト補完モデルのサポート
    • チャットモデルの統合
    • リアルタイム応答のためのストリーミングサポート
  2. ビデオ生成
    • ビデオ生成モデルのサポート
    • ビデオ出力の処理と最適化
    • 長期にわたる世代の進捗状況の追跡
  3. 追加機能
    • モデルバージョン管理
    • 改善されたエラー処理と再試行
    • 頻繁に使用されるモデルのキャッシュ
    • レート制限とキュー管理

設定

  1. 依存関係をインストールします:
pip install -r requirements.txt
  1. .envで Replicate API トークンを設定します。
REPLICATE_API_TOKEN=your_token_here
  1. サーバーを実行します。
fastmcp dev server.py
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

Replicate の API でホストされている AI モデルにアクセスするための標準化されたインターフェースを提供する FastMCP サーバー実装。現在、カスタマイズ可能なパラメータによる画像生成をサポートしています。

  1. 現在のステータス: 初期アルファ版
    1. 現在サポートされている
  2. ロードマップ
    1. 計画されている機能
  3. 設定

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      A FastMCP server implementation that facilitates resource-based access to AI model inference, focusing on image generation through the Replicate API, with features like real-time updates, webhook integration, and secure API key management.
      Last updated -
      18
      10
      Python
      • Apple
    • A
      security
      A
      license
      A
      quality
      Enables the generation of images using Together AI's models through an MCP server, supporting customizable parameters such as model selection, image dimensions, and output directory.
      Last updated -
      1
      4
      JavaScript
      MIT License
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      quality
      An advanced MCP server for Cline that leverages EverArt's AI models to generate vector and raster images, supporting flexible storage, multiple formats, and robust image generation capabilities.
      Last updated -
      3
      1
      JavaScript
    • A
      security
      A
      license
      A
      quality
      An MCP Server that integrates with Stability AI's API to provide high-quality image generation, editing, and manipulation capabilities including background removal, outpainting, search-and-replace, and upscaling.
      Last updated -
      13
      35
      55
      TypeScript
      MIT License
      • Apple

    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/tzafrir/mcp-server-replicate'

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