MCP.so
ログイン

StableMCP

@mkm29

StableMCP について

Simple MCP Server to generate iamges using Stable Diffusion

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

mkm29

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is StableMCP?

StableMCP is a Model Context Protocol (MCP) server for generating images using Stable Diffusion. It implements JSON‑RPC 2.0 and is intended for developers who want to integrate AI image generation into LLM‑based tools or services.

How to use StableMCP?

Clone the repository, run make config, make build, and make run (or ./bin/stablemcp server --config configs/.stablemcp.yaml). Generate an image by sending a POST request to http://localhost:8080/v1/generate with a JSON body containing the prompt, width, height, and optional parameters. Use the /mcp endpoint for MCP initialize requests.

Key features of StableMCP

  • JSON‑RPC 2.0 MCP implementation
  • MCP‑compliant API for image generation
  • Integration with Stable Diffusion models
  • Support for image parameters (size,

コメント

「その他」の他のコンテンツ