MCP.so
ログイン

Snapstate

@timbassler88

Snapstate について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

NOASSERTION

ランタイム

node

トランスポート

stdio

公開者

timbassler88

投稿者

timbassler88

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "snapstate": {
      "command": "node",
      "args": [
        "mcp-server/src/index.js"
      ],
      "env": {
        "SNAPSTATE_API_URL": "https://snapstate.dev",
        "SNAPSTATE_API_KEY": "snp_your_key_here"
      }
    }
  }
}

ツール

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

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

概要

What is MCP Registry?

MCP Registry provides MCP clients with a list of MCP servers, functioning as an app store for discovering and publishing MCP servers. It is maintained by key contributors from Anthropic, PulseMCP, GitHub, and Stacklok.

How to use MCP Registry?

You can run the registry server locally using make dev-compose (requires Docker, Go 1.24.x, and ko). To publish a server, use the provided CLI tool built with make publisher

コメント

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