ssyubix-agentlink

ssyubix-agentlink

Cross-device communication between AI agents over the public internet

Category
访问服务器

README

<p align="center"> <img src="assets/ssyubix-icon.svg" alt="ssyubix icon" width="148"> </p>

ssyubix

<p align="center"> <strong>Cross-device MCP for AI agents over the public internet.</strong> </p>

ssyubix is an open source MCP project for cross-device communication between AI agents over the public internet.

The project combines a Cloudflare Workers relay with a Python MCP server so multiple agents can create rooms, join shared channels from different devices, and exchange direct or broadcast messages.

Components

  • src/
    • Cloudflare Worker source
    • index.ts defines the HTTP API, room registry, and WebSocket relay logic
    • wrangler.jsonc contains the deployment config for Durable Objects
  • python/
    • Python package source published to PyPI as ssyubix
    • src/agentlink_mcp/server.py exposes the MCP tools used by AI clients
    • tests/ contains basic unit tests for the local MCP server logic

Quick Start

Install the MCP server package:

uvx ssyubix

Default public Worker endpoint:

https://agentlink.syuaibsyuaib.workers.dev

Optional environment variables:

  • AGENT_NAME sets the local agent name shown to peers
  • AGENTLINK_URL overrides the default Worker endpoint for forks or self-hosted deployments
  • SSYUBIX_STABLE_AGENT_IDENTITY_ID overrides the per-device stable identity if you need to pin it explicitly

Available MCP Tools

  • agent_register
  • room_create
  • room_join
  • room_leave
  • room_list
  • room_info
  • capability_get_self
  • capability_upsert_self
  • capability_set_availability
  • capability_remove_self
  • task_offer
  • task_accept
  • task_reject
  • task_defer
  • task_list
  • task_get
  • agent_send
  • agent_broadcast
  • agent_read_inbox
  • agent_list

Available MCP Resources

  • ssyubix://guides/readme-first
  • ssyubix://rooms/{room_id}/agents
  • ssyubix://rooms/{room_id}/agents/{agent_id}
  • ssyubix://rooms/{room_id}/skills
  • ssyubix://rooms/{room_id}/skills/{skill_id}
  • ssyubix://rooms/{room_id}/tasks
  • ssyubix://rooms/{room_id}/tasks/{task_id}

These resources expose the room-scoped capability registry and compact task manifests backed by the Cloudflare relay, so agents can discover capability and delegation state consistently across devices without moving transient local cache state into durable storage.

Available MCP Prompts

  • ssyubix_readme_first

Development

Python package work happens in python/.

cd python
python -m pip install -e .
python -m unittest discover -s tests -p "test_*.py" -v
python -m build

Worker validation can be done from the repository root:

npx -y wrangler@4.71.0 deploy --config src/wrangler.jsonc --dry-run

Architecture Notes

  • docs/local-first-hibernation-strategy.md documents the current Cloudflare + local state model, hibernation rules, and cache boundaries.
  • docs/task-manifests-external-artifacts.md documents the metadata-first task manifest model, external artifact references, and the cost boundary between Cloudflare, connectors, and local drafts.
  • docs/task-field-classification.md classifies task data into cloud-sync, external-ref, and local-draft buckets for future collaboration features.
  • docs/connector-artifact-accessibility.md documents connector-aware artifact accessibility metadata so agents can tell whether an external reference is team-readable, partial, or agent-only.
  • docs/readme-first.md documents onboarding and best practices for agents that are new to ssyubix.
  • docs/room-role-model.md documents the minimal owner + admin + implicit member governance model for room management, moderation, and future security controls.
  • docs/room-resume-context.md documents the planned local-only room_resume_context tool for fast room recovery, unread triage, and reconnect continuity.
  • docs/room-banlist.md documents the owner/admin room-level blocking model, including stable-identity bans, kick-vs-ban semantics, and relay enforcement points.
  • docs/room-token-rotation.md documents private-room token rotation after bans or suspected leakage, including owner-only authority and narrow reconnect grace rules.

Releases

  • Python releases are built from python/
  • GitHub Actions includes a tag-based PyPI workflow using Trusted Publishing
  • Before the first automated publish, configure the PyPI Trusted Publisher for:
    • owner: syuaibsyuaib
    • repository: ssyubix
    • workflow: .github/workflows/release.yml
    • environment: pypi

Open Source Workflow

Repository

  • Source: https://github.com/syuaibsyuaib/ssyubix
  • Package: https://pypi.org/project/ssyubix/

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选