knowtis-app

jovandyaz/knowtis-app
★ 1 stars TypeScript AI/LLM Updated 3d ago
AI-powered collaborative notes — inline Claude actions, MCP server, Yjs CRDT real-time sync, voice notes
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "knowtis-app": {
      "command": "npx",
      "args": [
        "-y",
        "jovandyaz/knowtis-app"
      ]
    }
  }
}