Workspace · Connections
Your installed servers
Each connection issues a single MCP token for your AI client. Revoke any time — tokens stop working instantly across all clients.
MCP gateway launching Phase 2
Install servers and issue connection tokens today. The live SSE proxy goes live in Phase 2 — join the waitlist to be notified the moment it ships.
Connections
Loading connections…
Wire up your MCP client
Pick your client and paste the snippet. The connection URL will resolve once the SSE gateway ships in Phase 2.
Replace <your-mcpk-token> with the token from your dialog
{
"mcpServers": {
"plugway-notion": {
"command": "npx",
"args": [
"-y",
"@plugway/mcp-client",
"https://gateway.plugway.dev/v1/notion/sse"
],
"env": {
"PLUGWAY_TOKEN": "<your-mcpk-token>"
}
}
}
}File: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) · %APPDATA%\Claude\claude_desktop_config.json (Windows)