AI-powered collaborative notes — inline Claude actions, MCP server, Yjs CRDT real-time sync, voice notes
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"
]
}
}
}