Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Knowtis
Knowtis logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:08:48 PM

Knowtis

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Create, search and manage Knowtis collaborative notes from AI assistants.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "knowtis": {
      "command": "npx",
      "args": [
        "-y",
        "https://img.shields.io/badge/License-MIT-green?style=for-the-badge"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Knowtis

MIT License GitHub Stars GitHub Issues CI Status

Nx React NestJS TypeScript PostgreSQL

AI-powered collaborative notes platform β€” your notes are your knowledge base


Table of Contents

  • Overview
  • Quick Start
  • Project Structure
  • Running the Project
  • Available Scripts
  • Architecture
  • Development
  • Documentation
  • Contributing
  • License

Overview

Knowtis is an AI-powered collaborative workspace that turns your notes into a knowledge base:

  • πŸ€– AI Assistant - Improve writing, fix spelling, summarize, translate, and expand content with inline AI actions
  • πŸ’¬ AI Copilot - Conversational assistant that reads and edits your notes with approval (HITL), with per-conversation model selection and bring-your-own-key (BYOK) billing
  • 🧠 Study Tools - Auto-generate flashcards, quizzes, summaries, and mind maps from your notes
  • πŸƒ Spaced Repetition - SM2 algorithm for optimal flashcard review scheduling
  • πŸ“ Rich Text Editing - Tiptap/ProseMirror with slash commands, ghost text suggestions, and AI blocks
  • πŸ”„ Real-time Collaboration - CRDT-based sync using Yjs with live presence and remote cursors
  • πŸŽ™οΈ Voice Notes - Record and transcribe voice notes with AI processing
  • 🌐 Offline Support - IndexedDB persistence with optimistic local-first updates
  • πŸ” Secure Authentication - JWT-based auth with HttpOnly cookie refresh tokens
  • 🌍 Internationalization - Full i18n support (English and Spanish)
  • πŸ”Œ MCP Integration - Model Context Protocol server for AI assistant workflows
  • πŸ› οΈ Admin Backoffice - Ops surface for users, feature flags, runtime AI config, and AI metrics
  • 🎨 Modern UI - Tailwind CSS 4 with dark mode, resizable panels, and responsive design

Quick Start

Prerequisites

RequirementVersion
Node.jsβ‰₯ 22.x
pnpmβ‰₯ 10.x
Dockerβ‰₯ 20.x

Setup

bash
git clone git@github.com:jovandyaz/knowtis_app.git
cd knowtis_app
pnpm setup       # installs deps, scaffolds .env files, starts Docker, pushes the schema
pnpm dev:all     # starts the API + Notes + Backoffice

pnpm setup is idempotent β€” it never overwrites an existing .env. AI features (/api/ai/*) need an ANTHROPIC_API_KEY or OPENAI_API_KEY in apps/api/.env after the first run.

Design-system tokens are regenerated automatically before the app starts (the serve/build targets depend on design-system:build), so pnpm dev:all works on a fresh clone with no extra step.

To run apps individually instead:

bash
pnpm dev             # Notes only (http://localhost:4200)
pnpm dev:backoffice  # Backoffice only (http://localhost:4400)
pnpm dev:api         # Backend only (http://localhost:3333)
pnpm dev:mcp         # MCP server only (http://localhost:3334)

New here? docs/LOCAL_SETUP.md is the full onboarding guide β€” verified boot sequence, how to reach Settings (email verification), and how to connect an MCP client (Claude Desktop, Cursor, VS Code) to your local notes.

Access Points

ServiceURL
Frontendhttp://localhost:4200
Backofficehttp://localhost:4400
APIhttp://localhost:3333/api/v1
WebSocketws://localhost:3333
DB StudioRun pnpm db:studio

Running the Project

Development Mode

Full Stack (Recommended)

bash
# Start all services
pnpm docker:up      # Database + Redis
pnpm dev:all        # API + Notes + Backoffice

Frontend Only

bash
pnpm dev

Note: When running frontend-only, collaboration will use WebRTC P2P mode (no backend required).

API Only

bash
pnpm docker:up
pnpm dev:api

Production Build

bash
# Build all projects
pnpm build      # Frontend β†’ dist/apps/notes
pnpm build:api  # Backend β†’ dist/apps/api

# Run production API
node dist/apps/api/main.js

# Preview production frontend
pnpm preview

Running Tests

bash
pnpm test              # Run all tests
pnpm test:run          # Run tests once (no watch)
pnpm test:coverage     # Run with coverage report
nx test notes          # Test specific project
nx test api            # Test API project

Available Scripts

Development

CommandDescription
pnpm devStart Notes frontend (Vite)
pnpm dev:apiStart API backend (NestJS)
pnpm dev:backofficeStart Backoffice frontend (Vite)
pnpm dev:allStart Notes + Backoffice + API together

Build & Preview

CommandDescription
pnpm buildBuild Notes for production
pnpm build:backofficeBuild Backoffice for production
pnpm build:apiBuild API for production
pnpm previewPreview production build

Testing & Quality

CommandDescription
pnpm testRun all tests in watch mode
pnpm test:runRun all tests once
pnpm test:coverageRun tests with coverage
pnpm lintRun ESLint on all projects
pnpm lint:fixFix auto-fixable lint issues
pnpm formatFormat code with Prettier
pnpm typecheckRun TypeScript type checking

Database

CommandDescription
pnpm db:pushPush schema changes (development)
pnpm db:generateGenerate migration files
pnpm db:migrateRun database migrations
pnpm db:studioOpen Drizzle Studio GUI

Infrastructure

CommandDescription
pnpm docker:upStart PostgreSQL + Redis
pnpm docker:downStop and remove containers

Nx Workspace

CommandDescription
pnpm graphVisualize dependency graph
pnpm affected:testTest only affected projects
pnpm affected:lintLint only affected projects
pnpm affected:buildBuild only affected projects
nx serve <project>Serve specific project
nx build <project>Build specific project
nx test <project>Test specific project

Makefile (Alternative)

For convenience, all commands are also available via make:

bash
# Show all available commands
make help

# Quick workflows
make setup      # Full setup: install, docker, db
make start      # Start DB + all apps
make fresh      # Clean install from scratch
make ci         # Run full CI pipeline locally

# Common commands
make dev            # Start Notes frontend
make dev-api        # Start backend
make dev-backoffice # Start Backoffice frontend
make dev-all        # Start everything
make test           # Run tests
make lint           # Lint code
make build          # Build for production

Run make help to see all available targets with descriptions.


Architecture

Tech Stack

LayerTechnology
FrontendReact 19, Vite, TanStack Router/Query
BackendNestJS 11, Drizzle ORM
DatabasePostgreSQL 16, Redis 7
AIClaude API (Sonnet 4, Haiku 4.5)
Real-timeSocket.io, Yjs (CRDT)
EmailReact Email, Resend
StylingTailwind CSS 4
i18nreact-i18next
TestingVitest, React Testing Library
MonorepoNx 22.3

Dependency Flow

The workspace follows a unidirectional dependency flow:

mermaid
graph TD
    subgraph Apps
        Notes[apps/notes]
        Backoffice[apps/backoffice]
        API[apps/api]
    end

    subgraph Libs
        ApiClient[libs/api-client]
        DataAccess[libs/data-access]
        Authorization[libs/authorization]
    end

    subgraph SharedPackages
        DesignSystem[packages/design-system]
        Shared[packages/shared]
    end

    Notes --> ApiClient
    Notes --> DataAccess
    Notes --> DesignSystem
    Backoffice --> DataAccess
    Backoffice --> DesignSystem
    ApiClient --> Shared
    DataAccess --> ApiClient
    DataAccess --> Shared
    DesignSystem --> Shared

    subgraph Packages
        Email[packages/email]
        EmailNestjs[packages/email-nestjs]
        Auth[packages/auth]
        AuthNestjs[packages/auth-nestjs]
    end

    API --> EmailNestjs
    API --> AuthNestjs
    EmailNestjs --> Email
    EmailNestjs --> AuthNestjs
    AuthNestjs --> Auth

Key Design Principles

  • SOLID Principles - Clean, maintainable architecture
  • Domain-Driven Design - Clear separation of concerns
  • Type Safety - Strict TypeScript throughout
  • Composition over Inheritance - Flexible component design

For detailed architecture documentation, see docs/ARCHITECTURE.md.


Development

Environment Variables

API (apps/api/.env)

env
# Database
DATABASE_URL=postgresql://knowtis:knowtis_dev@localhost:5432/knowtis

# Authentication
JWT_SECRET=your-jwt-secret-key
JWT_REFRESH_SECRET=your-refresh-secret-key
JWT_EXPIRES_IN=15m
JWT_REFRESH_EXPIRES_IN=7d

# Server
PORT=3333
NODE_ENV=development
FRONTEND_URL=http://localhost:4200

Notes App (apps/notes/.env)

env
# API Configuration
VITE_API_URL=http://localhost:3333/api/v1
VITE_WS_URL=http://localhost:3333

# Collaboration Mode: 'webrtc' | 'websocket' | 'hybrid'
VITE_COLLABORATION_MODE=websocket

Code Quality

This project uses:

  • ESLint - Code linting with modern flat config
  • Prettier - Code formatting
  • Lefthook - Git hooks (pre-commit, pre-push, commit-msg)

IDE Setup

Recommended VS Code extensions:

  • ESLint
  • Prettier
  • Tailwind CSS IntelliSense
  • Nx Console

Documentation

DocumentDescription
API DocumentationBackend API setup, endpoints & deployment
Notes App DocumentationFrontend features & architecture
Architecture GuideSystem design & principles
Deployment GuideRailway & Vercel deployment
API ArchitectureBackend DDD patterns & module structure
AI ModuleCopilot, model selection, BYOK & AI flows
Email TemplatesReact Email templates & i18n
Email NestJSNestJS email module (Resend/Console)
Contributing GuideHow to contribute to the project
Security PolicyVulnerability reporting & disclosure

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to get started.


License

Licensed under the MIT License.


Built with ❀️ using Nx, React, and NestJS

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • N
    NoteFlow MCP

    An MCP server that used to create notes

    🧠 Knowledge & Memory0 views
    Compare vs NoteFlow MCP β†’
  • D
    Drafto

    Create, read, search, and organize your Drafto notes and notebooks.

    🧠 Knowledge & Memory0 views
    Compare vs Drafto β†’
  • Mcp Server logoMcp Server

    Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

    🧠 Knowledge & Memory0 views
    Compare vs Mcp Server β†’

Frequently Asked Questions about Knowtis

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "knowtis": { "command": "npx", "args": ["-y", "Knowtis"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKnowtis AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/knowtis?style=directory)](https://allmcps.com/mcp/knowtis)
HTML Embed
<a href="https://allmcps.com/mcp/knowtis"><img src="https://allmcps.com/api/badge/knowtis?style=directory" alt="Knowtis on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
39Quality signal: Fair Β· 39/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Knowtis β†’Install in Claude DesktopInstall in CursorInstall in VS Code