Skip to main content
Glama

MCP Server for Replicate

by tzafrir

MCP 服务器复制

FastMCP 服务器实现,用于与 Replicate 的 API 进行交互。该服务器提供通过标准化接口访问 Replicate 上托管的各种 AI 模型的工具。

目前状态:早期 Alpha 测试

该项目处于早期 Alpha 开发阶段。功能和 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.

FastMCP 服务器实现提供了访问 Replicate API 上托管的 AI 模型的标准化接口,目前支持使用可自定义参数生成图像。

  1. 目前状态:早期 Alpha 测试
    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
      15
      Python
      • 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
      Python
      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 -
      32
      Python
    • -
      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 -
      Python

    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