Skip to main content
Glama

Tomo Streaming MCP

Use Tomo Streaming from Codex, Claude Code, Cursor, Windsurf, Antigravity and other MCP-compatible agents.

Tomo Streaming을 Codex, Claude Code, Cursor, Windsurf, Antigravity 및 기타 MCP 호환 에이전트에서 사용하세요.

서버는 stdio를 통해 로컬에서 실행되며 HTTP를 통해 Tomo Streaming 제어 평면을 호출합니다. 에이전트를 소셜 네트워크에 연결하지 않고도 방 및 런타임 작업을 노출합니다.

Setup

npm install
npm run build

Set the control-plane URL and API key in the MCP client's environment:

제어 평면 URL과 API 키를 MCP 클라이언트의 환경에 설정하세요:

{
  "mcpServers": {
    "tomo-streaming": {
      "command": "npx",
      "args": ["-y", "@tomo-social/streaming-mcp"],
      "env": {
        "TOMO_STREAM_URL": "https://stream.example.com",
        "TOMO_STREAM_API_KEY": "replace-with-a-secret"
      }
    }
  }
}

If your npm registry mirror has not propagated the package yet, install the pinned GitHub release instead:

npm 레지스트리 미러가 아직 패키지를 전파하지 않은 경우, 대신 고정된 GitHub 릴리스를 설치하세요:

git clone --branch v0.1.0 https://github.com/Tomo-Social/tomo-streaming-mcp.git
cd tomo-streaming-mcp
npm install && npm run build

For a local checkout, replace npx with node and the absolute path to dist/index.js.

로컬 체크아웃의 경우 npxnodedist/index.js의 절대 경로로 대체하세요.

Related MCP server: Local AI MCP

Tools

Tool

Purpose

tomo_health

제어 평면 연결 가능성 확인

tomo_list_stream_servers

카메라, 데스크탑 및 플러그인 경험 검색

tomo_list_rooms

방 목록 및 실시간 상태 확인

tomo_create_room

경험을 위한 방 생성

tomo_get_room

상태 및 연결 세부 정보 검사

tomo_control_room

방 일시 중지, 재개 또는 다시 시작

tomo_delete_room

방 중지 및 제거

Security

The API key is read only from the process environment and is never returned as tool output. Run the MCP server with the minimum control-plane permissions and keep the control plane behind TLS. Deleting rooms is exposed as an explicit tool so an agent can request confirmation in its own UI.

API 키는 프로세스 환경에서만 읽히며 도구 출력으로 반환되지 않습니다. 최소한의 제어 평면 권한으로 MCP 서버를 실행하고 제어 평면을 TLS 뒤에 유지하세요. 방 삭제는 명시적 도구로 노출되므로 에이전트가 자체 UI에서 확인을 요청할 수 있습니다.

Compatibility

MCP is the integration boundary. The same server configuration works with Codex, Claude Code, Cursor, Windsurf, Antigravity and any client that supports MCP stdio servers. The control plane and streaming SDK remain usable without MCP.

MCP는 통합 경계입니다. 동일한 서버 구성이 Codex, Claude Code, Cursor, Windsurf, Antigravity 및 MCP stdio 서버를 지원하는 모든 클라이언트와 함께 작동합니다. 제어 평면 및 스트리밍 SDK는 MCP 없이도 사용할 수 있습니다.

License

Source-available under the PolyForm Noncommercial License. Commercial agent integrations require a separate license from Tomo.

소스 사용 가능 라이선스는 PolyForm 비상업적 라이선스에 따릅니다. 상업적 에이전트 통합은 Tomo로부터 별도의 라이선스가 필요합니다.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Unified MCP server for managing local model runtimes (Ollama, LM Studio, etc.), enabling provider-agnostic discovery, lifecycle management, hardware-fit checks, and delegated inference.
    16
    224
    Creative Commons Attribution Non Commercial No Derivatives 4.0 International

View all related MCP servers

Related MCP Connectors

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

  • Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.

  • Read-only Dant3 MCP for public rooms, agents, jobs and provisional machine onboarding.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tomo-Social/tomo-streaming-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server