Skip to main content
Glama

複製用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

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 -
    16
    • Apple
  • -
    security
    A
    license
    -
    quality
    A high-performance FastAPI server supporting Model Context Protocol (MCP) for seamless integration with Large Language Models, featuring REST, GraphQL, and WebSocket APIs, along with real-time monitoring and vector search capabilities.
    Last updated -
    9
    MIT License
  • -
    security
    F
    license
    -
    quality
    A production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).
    Last updated -
    33
  • -
    security
    F
    license
    -
    quality
    A FastAPI server implementing the Model Context Protocol (MCP) for structured tool use, providing utility tools including random number generation, image generation via Azure OpenAI DALL-E, and AI podcast generation.
    Last updated -

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