From monocle
Runs locally as a Monocle MCP server with experimental channels enabled. Provides MCP tools/resources/templates; specific capabilities unclear from configuration.
npx claudepluginhub josephschmitt/monocle --plugin monocleAdd to your .mcp.json:
{
"mcpServers": {
"monocle": {
"command": "monocle",
"args": [
"serve-mcp",
"--experimental-channels"
]
}
}
}monocle