Flint Note

Flint Note

disnet

A local note-taking system designed specifically for AI agents to create, organize, and search structured markdown notes with custom note types and metadata schemas.

6269 viewsLocal (stdio)

What it does

  • Create custom note types with AI instructions and metadata schemas
  • Generate structured notes using agent-defined templates
  • Search notes with hybrid content and metadata queries
  • Execute SQL queries against the notes database
  • Update and organize notes with wikilink support
  • Batch process multiple notes efficiently

Best for

Knowledge workers building AI-assisted research workflowsDevelopers creating structured documentation systemsResearchers organizing notes with custom metadataAnyone wanting AI-native note management
Local markdown storage you controlAgent-first design with custom note typesNo cloud dependency

Tools (28)

create_note_type

Create a new note type with description, agent instructions, and metadata schema

create_note

Create one or more notes of the specified type(s)

get_note

Retrieve a specific note by identifier

get_notes

Retrieve multiple notes by their identifiers

update_note

Update one or more existing notes

Alternatives