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 与智能体 分类下的更多 MCP 服务器