ENDPOINT 1
https://srift.app/mcp
MCP server metadata
- Name
- srift-mcp-server
- Version
- 2.2.15
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_join_sessionRequest to join an existing SRIFT session by its 7-character session ID.
Inferred read-onlysrift_session_statusGet current session details: id, role (host/guest), connection state, pending join requests, peer count.
Inferred read-onlysrift_list_transfersList all active and recent transfers with progress, speed, ETA, and status.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.