Stateless, vision-first MCP server for coordinate-first synthetic monitoring with Lanthorn
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"iris": {
"command": "go",
"args": [
"run",
"github.com/LanthornHQ/iris@latest"
]
}
}
}
Run in terminal:
claude mcp add iris go run github.com/LanthornHQ/iris@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"iris": {
"command": "go",
"args": [
"run",
"github.com/LanthornHQ/iris@latest"
]
}
}
}