Files
amacocian 59eaf9e47d
Release / release (push) Failing after 6s
SearXNG support
2026-06-14 21:33:22 +02:00

22 lines
737 B
Markdown

# sherlock
Per-operator credential wallet and agent wrapper for the Charlie homelab.
Sherlock stores service OAuth sessions in the OS keyring, launches supported
agent CLIs with generated MCP config, and lets MCPs authenticate lazily.
## Docs
- [Installation](docs/installation.md)
- [Architecture](docs/architecture.md)
- [Configuration](docs/configuration.md)
- [Versioning & self-update](docs/versioning.md)
- [Auth model](docs/auth-model.md)
- [Storage & keyring](docs/storage.md)
- [Agents](docs/agents.md)
- [gitea-mcp](docs/gitea-mcp.md)
- [grafana-mcp](docs/grafana-mcp.md)
- [gssh-mcp](docs/gssh-mcp.md)
- [searxng-mcp](docs/searxng-mcp.md)
- [gssh integration](docs/gssh-integration.md)
- [Conventions](docs/conventions.md)