← Registry

Collaboration

srift.app

Manages secure sessions for peer-to-peer file sharing.

1 endpoint8 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://srift.app/mcp

No auth detected

MCP server metadata

Name
srift-mcp-server
Version
2.2.15
Capabilities
toolsresourcespromptslogging
Server instructions

SRIFT hosted MCP endpoint (https://srift.app/mcp). Session/peer orchestration only — no filesystem access, no E2EE key material ever touches this server. Use srift_start_session to open a room and share the URL with a human running the SRIFT web app or CLI; use srift_approve_join to let them in. File transfer + chat happen directly, E2EE, between the real peers. Read srift://docs/quickstart for the full guide and the local-vs-hosted tool differences.

Known tools 8

srift_start_session

Create a new SRIFT secure session.

Potential side effects
srift_join_session

Request to join an existing SRIFT session by its 7-character session ID.

Inferred read-only
srift_session_status

Get current session details: id, role (host/guest), connection state, pending join requests, peer count.

Inferred read-only
srift_close_session

Close the active session.

Inferred read-only
srift_approve_join

Host-only.

Inferred read-only
srift_reject_join

Host-only.

Inferred read-only
srift_kick_user

Host-only.

Inferred read-only
srift_list_transfers

List all active and recent transfers with progress, speed, ETA, and status.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.srift-mcp-server]
url = "https://srift.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "srift-mcp-server": {
      "type": "http",
      "url": "https://srift.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: srift-mcp-server
Remote MCP URL: https://srift.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "srift-mcp-server": {
      "url": "https://srift.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "srift-mcp-server": {
      "type": "http",
      "url": "https://srift.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "srift-mcp-server",
  "transport": "streamable-http",
  "url": "https://srift.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.