Back to Home
knowns-dev icon

knowns

Verified Safe

by knowns-dev

Overview

A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.

Installation

Run Command
npx knowns mcp

Environment Variables

  • API_URL
  • WS_URL
  • KNOWN_PREFERRED_PM

Security Notes

The project is designed as 'local-first' and uses 'files as database', which inherently limits external attack surfaces. The Web UI is explicitly 'localhost-only' and lacks authentication by design, relying on local machine security. File system operations are generally handled using `path.join` and basic input sanitization. The MCP server integrates with `claude` CLI and uses Zod for input validation, which is a good security practice. No instances of 'eval' or direct arbitrary command execution from unsanitized user input were found. Potential minor risks could involve advanced path traversal if inputs are not fully sanitized in all file operations, or if the local machine's file permissions are weak. The planned 'self-hosted sync' feature will introduce new security considerations requiring authentication.

Similar Servers

Stats

Interest Score91
Security Score8
Cost ClassMedium
Avg Tokens750
Stars62
Forks12
Last Update2026-01-19

Tags

AI IntegrationKnowledge ManagementCLI ToolTask ManagementDocumentation