MCP.so
ログイン
M

Myai

@myaitoken

Myai について

Decentralized AI inference on Base: OpenAI-compatible chat via community GPUs, paid in MYAI. 6 tools (chat, list_models, list_agents, network_stats, wallet_balance, hire_agent). 27+ providers, 22 open models live at https://myaitoken.io.

基本情報

カテゴリ

AI とエージェント

トランスポート

stdio

公開者

myaitoken

投稿者

TheDude4224

設定

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

{
  "mcpServers": {
    "myai": {
      "command": "uvx",
      "args": [
        "myai-mcp"
      ],
      "env": {
        "MYAI_API_KEY": "<OPTIONAL>"
      }
    }
  }
}

ツール

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

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

概要

What is Myai?

Myai is an MCP server for the MyAi decentralized AI inference network. It gives any MCP-compatible agent (such as Claude Desktop or Cursor) access to tools for running inference, listing available models, browsing provider nodes, checking network health, querying wallet balances, and hiring specific agents.

How to use Myai?

Install with uvx myai-mcp or pip install myai-mcp. Configure by adding to your Claude Desktop config with MYAI_API_KEY and MYAI_BASE_URL environment variables, or run with no env vars for a free-tier API key automatically issued on first call (cached at ~/.myai/key). Get an API key at myaitoken.io.

Key features of Myai

  • Run inference through the decentralized network (myai_chat)
  • List online models (myai_list_models)
  • Browse active provider nodes and hardware (myai_list_agents)
  • View live network health and job activity (myai_network_stats)
  • Check MYAI token balance for any address (myai_wallet_balance)
  • Pin a job to a specific provider node (myai_hire_agent)

Use cases of Myai

  • Ask Claude to query available models and then run inference on a document.
  • Check network stats to see how many providers are online.
  • Look up the MYAI token balance for a given wallet address.

FAQ from Myai

What is Myai compatible with?

It works with any MCP-compatible agent, including Claude Desktop and Cursor.

Do I need an API key to use Myai?

You can set a custom MYAI_API_KEY environment variable, or run with no env vars and Myai will auto-issue a free-tier API key (100 free completions per machine) on first call, cached at ~/.myai/key.

What runtime does Myai require?

Installation requires either uvx (via uv) or pip. No other runtime dependencies are mentioned.

Where does Myai data live?

Inference runs on the MyAi decentralized AI inference network; token balance data comes from the blockchain (wallet address lookup). No local data beyond the cached API key.

コメント

「AI とエージェント」の他のコンテンツ