← Back to Plugins
MCP Server MCP

ocular

github By github 👁 2 views ▲ 0 votes

Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ocular-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI-compatible API base URL",
          "isRequired": true,
          "format": "string",
          "name": "OCULAR_BASE_URL"
        },
        {
          "description": "API key for the configured vision model provider",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "OCULAR_API_KEY"
        },
        {
          "description": "Vision-capable model identifier",
          "isRequired": true,
          "format": "string",
          "name": "OCULAR_MODEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...