★ 1 stars
TypeScript
🗄️ Database
Updated 5d ago
AI-powered collaborative notes — inline Claude actions, MCP server, Yjs CRDT real-time sync, voice notes. Nx monorepo: React 19 + NestJS 11 + PostgreSQL 16 + Redis.
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"
]
}
}
}
Run in terminal:
claude mcp add knowtis_app npx -y jovandyaz/knowtis_app
Add to .cursor/mcp.json:
{
"mcpServers": {
"knowtis_app": {
"command": "npx",
"args": [
"-y",
"jovandyaz/knowtis_app"
]
}
}
}
README Excerpt
<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" alt="MIT License" /></a> <a href="https://github.com/jovandyaz/knowtis_app/stargazers"><img src="https://img.shields.io/github/stars/jovandyaz/knowtis_app?style=for-the-badge" alt="GitHub Stars" /></a>