streamable-httpMITupdated 1mo ago
Let your agent Yo you: one MCP tool call sends a content-free push notification to your phone. The sender identity plus the moment of the ping is the message.
Yo で何ができる?
Yo — Agent Plugin
Let your agent Yo you: one MCP tool call sends a content-free push notification to your phone. The sender identity plus the moment of the ping is the message.
This package is the public integration for the hosted Yo service (Agent Plugins 1.0.0 format):
plugin.json— plugin manifestmcp.json— portable Agent Plugins Streamable HTTP config for the hosted Yo MCP serverskills/yo/SKILL.md— teaches your agent when and how to yo, and how to register.codex-plugin/plugin.json+.mcp.json— Codex-specific layout;.mcp.jsonuses the clienthttptransport.claude-plugin/plugin.json+marketplace.json— Claude Code marketplace layoutglama.json— Glama directory ownership claimserver.json— official MCP Registry metadata for the hosted server. Itsversionis the registry record version, intentionally decoupled from the plugin manifests'1.0.0; because the registry rejects duplicate versions and our token can publish but not editio.github.alfongj-com/*, metadata corrections require a version bump (currently1.0.1).
The Yo service itself is hosted and closed-source. This repo contains no server code and no secrets.
Install instructions for all platforms: https://getyo.dev/agents
This repository is mirrored automatically from a private monorepo; PRs here are not reviewed — use the contact on the install page.
License
MIT (plugin package only).
インストール
Yo をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http yo https://getyo.dev/mcpcodex mcp add yo --url https://getyo.dev/mcp{
"mcpServers": {
"yo": {
"url": "https://getyo.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"yo": {
"type": "http",
"url": "https://getyo.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"yo": {
"url": "https://getyo.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"yo": {
"serverUrl": "https://getyo.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
スコア
39 / 100
情報不足
- ドキュメント13/25
- メンテナンス19/25
- 信頼性13/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 22 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.1最新 | 2026年8月9日 |
| 1.0.0 | 2026年8月8日 |