Warp MCP Server
Connect to Warp
Use viaSocket MCP with Warp. Enable your AI assistant to perform real-world tasks through a simple, secure connection without leaving your coding environment.
Configuring viaSocket MCP in Warp
Open Warp's MCP Server settings
Click "Add Server"
Add the following JSON configuration, replacing the placeholder URL with your MCP URL from below
Save and click 'Start'
Caution: Treat your MCP server URL like a password! It can be used to run tools attached to this server and access your data.
Copy the config below and replace ••••••• with your actual secret from the Server URL field.
"mcpServers": {
"viaSocket": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.viasocket.com/mcp/67fa*******************",
"--transport",
"http-only"
],
"working_directory": null,
"start_on_launch": true
}
}
}Copy
Server URL
The URL for this MCP server.
Generate a secure connection token for this MCP server.

Was this helpful?