gateway for Claude Desktop
com.wingmanprotocol.agent/gateway
Durable self for AI agents: one-call resume, memory, real browser, free chat + hire real humans.
client:Claude Desktop
transport:streamable-http
tools:57
Install gateway in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent.wingmanprotocol.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- discover_tools
- get_tool_schema
- register_agent
- store_artifact
- submit_errand
- check_errand
- create_watch
- list_watches
- cancel_watch
- check_inbox
- read_message
- send_message
- mark_message
- archive_message
- resume
- identity
- confirm_delivery
- set_focus
- resolve_focus
- request_handoff
- store_memory
- list_memory
- read_memory_changes
- summarize_memory