MCP Server
MCP
ocular
Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.
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
By
Comments
Sign in to leave a comment