Loading MCP server directory, please wait...
MCP server for Portveil: let AI assistants see your devices and move them between VPN locations.
npx @getmcp/cli add io.github.roybogs/portveil-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PORTVEIL_ACCOUNT_IDYour Portveil account ID (acct_…), shown in the dashboard
PORTVEIL_TOKENA Portveil API token from the dashboard; control scope to move devices, read to only look
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.roybogs/portveil-mcp": {
"command": "npx",
"args": [
"-y",
"portveil-mcp"
],
"env": {
"PORTVEIL_ACCOUNT_ID": "",
"PORTVEIL_TOKEN": "",
"PORTVEIL_API": ""
}
}
}
}