Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pyeye": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"--no-sync",
"--frozen",
"python",
"-m",
"pyeye.mcp"
],
"env": {
"UV_PROJECT_ENVIRONMENT": "${CLAUDE_PLUGIN_DATA}/.venv"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
UV_PROJECT_ENVIRONMENT=${CLAUDE_PLUGIN_DATA}/.venvnpx claudepluginhub okeefeco/pyeye-mcp --plugin worktree-hook