MCP server for Portveil: let AI assistants see your devices and move them between VPN locations.
claude mcp add portveil-mcp -- npx -y portveil-mcp
claude_desktop_config.json
{
"mcpServers": {
"portveil-mcp": {
"command": "npx",
"args": [
"-y",
"portveil-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"portveil-mcp": {
"command": "npx",
"args": [
"-y",
"portveil-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"portveil-mcp": {
"command": "npx",
"args": [
"-y",
"portveil-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"portveil-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"portveil-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"portveil-mcp": {
"command": "npx",
"args": [
"-y",
"portveil-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.roybogs--portveil-mcp/reviews or the review_server meta-tool.
POST /mcp