Skip to main content
Glama

MCP Server for Replicate

by tzafrir

복제를 위한 MCP 서버

Replicate API와의 연동을 위한 FastMCP 서버 구현입니다. 이 서버는 표준화된 인터페이스를 통해 Replicate에 호스팅된 다양한 AI 모델에 액세스할 수 있는 도구를 제공합니다.

현재 상태: 초기 알파

이 프로젝트는 초기 알파 개발 단계에 있습니다. 기능과 API가 크게 변경될 수 있습니다.

현재 지원됨

  • 다음을 포함한 이미지 생성 모델:
    • 모델 스키마 검사
    • 사용자 정의 가능한 매개변수를 사용한 이미지 생성
    • 출력 크기 조정 및 최적화

로드맵

계획된 기능

  1. 텍스트 생성
    • 텍스트 완성 모델 지원
    • 채팅 모델 통합
    • 실시간 응답을 위한 스트리밍 지원
  2. 비디오 생성
    • 비디오 생성 모델 지원
    • 비디오 출력 처리 및 최적화
    • 장기 실행 세대에 대한 진행 상황 추적
  3. 추가 기능
    • 모델 버전 관리
    • 더 나은 오류 처리 및 재시도
    • 자주 사용되는 모델에 대한 캐싱
    • 속도 제한 및 대기열 관리

설정

  1. 종속성 설치:

지엑스피1

  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
      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