MCP (Model Context Protocol) server for @visulima/vis — exposes vis tooling to AI agents over stdio
| Tool name | Description | Destructive? |
|---|---|---|
| get_pending_annotations | ✓ no | |
| get_screenshot | ✓ no | |
| resolve_annotation | ✓ no | |
| add_thread_message | ✓ no | |
| acknowledge_annotation | ✓ no |
| watch_annotations | ✓ no |
{
"mcpServers": {
"visulimavis": {
"command": "npx",
"args": [
"-y",
"@visulima/vis-mcp"
]
}
}
}