Practical Notes
- Data point: README lists baseline resources: 4GB+ RAM and 10GB+ disk.
- Data point: the default UI address is
http://localhost:8088.
Pattern: scan before you connect
For MCP servers and agent skills, scan before you wire them into your agent runtime:
- remote URL scan for third-party repos,
- source scan for internal forks,
- and keep an allowlist of approved servers.
Deployment note
The README notes the project lacks an authentication mechanism and should not be deployed on public networks. Use a local/staging environment and restrict access.
FAQ
Q: Is it open-source? A: Yes. The repo is Apache-2.0 licensed.
Q: Can it scan MCP servers? A: Yes. The README lists MCP server & agent skills scanning capabilities.
Q: Is it safe to expose publicly? A: The README warns it lacks auth; keep it off public networks.