🦀 ClawHub
Sombra — Reader Mode for AI
by @dazld
Persistent reader mode for AI. Save web pages, organise into collections, distil to dense context, and serve it all through MCP.
⚙️ Configuration
1. Get a Personal Access Token
Sign up at sombra.so and create a token in Settings > Access Tokens.
2. Configure OpenClaw
Add Sombra to your openclaw.json:
{
"mcpServers": {
"sombra": {
"command": "npx",
"args": ["-y", "sombra-mcp", "--token", "sombra_pat_YOUR_TOKEN_HERE"]
}
}
}
Replace sombra_pat_YOUR_TOKEN_HERE with your actual token.
> Check sombra.so/mcp for the latest connection instructions.
Sombra supports OAuth 2.1 for interactive clients and Bearer tokens for headless agents.
Also works with
Sombra is a standard MCP server (Streamable HTTP transport) that works with any MCP client:
claude mcp add --transport http sombra https://sombra.so/mcpFull setup instructions: sombra.so/mcp
📋 Tips & Best Practices
TERMINAL
clawhub install sombra-ai-reader-mode