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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
评论