What is the Vantio Optics MCP server?
Vantio Optics — read-only Sight Loop observe for agents. Proofs, hosts, upgrade path.
How to install Vantio Optics
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vantio-optics": {
"command": "npx",
"args": [
"-y",
"@vantio/optics-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"vantio-optics": {
"command": "npx",
"args": [
"-y",
"@vantio/optics-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"vantio-optics": {
"command": "npx",
"args": [
"-y",
"@vantio/optics-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"vantio-optics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vantio/optics-mcp"
]
}
}
}Claude Code
claude mcp add vantio-optics -- npx -y @vantio/optics-mcpRelated MCP servers
Vantio Gate
Active
Vantio Gate — Policy Latch dry-run evaluate for agents. No live enforce from MCP.
1
View repository →JavaScript