Skip to main content
Glama
disnet
by disnet

Flint is a note-taking app that helps you capture ideas, connect them together, and make them part of how you think.

Flint Screenshot

Status

Flint is currently in beta. Expect some bugs and unfinished polish as development continues. We welcome feedback and contributions!

Related MCP server: 50 First Tapes MCP Server

The Deep Knowledge Cycle

Flint aim is to build deep knowledge by supporting the complete learning cycle of externalizing (getting ideas out), internalizing (making them yours), and resurfacing (bringing them back repeatedly over time to ground memory).

Most tools optimize for one part of this cycle. Flint optimizes for the entire process.

1. Externalize

Getting ideas out of your head without barriers. The system handles organization so you can focus on thinking.

2. Internalize

Making ideas yours through connection and reflection. This is where notes become knowledge.

3. Resurface

Active recall brings past ideas back at optimal intervals, grounding them in memory.

Core Principles

  • Notes as thinking units - Think in ideas and connections, not files and folders

  • Agent assistance, not replacement - AI helps with structural tasks while you think

  • Frictionless capture - No barriers to writing things down

  • Plain text first - Markdown files you own, no proprietary formats

  • Local-first - Your data stays on your machine

  • Open source - No vendor lock-in, community-driven development

Read docs/FLINT-OVERVIEW.md for a deeper understanding of Flint's philosophy.

Quick start

Flint is built with Electron, Svelte 5, and TypeScript.

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

# Run linter and TypeScript checks
npm run check

# Run tests
npm run test:run

Command Line Arguments

Flint supports command line arguments for automation and scripting:

# Open a specific vault by name
flint --vault "My Notes"
flint -v "My Notes"

# Open a vault by ID
flint --vault-id vault-abc12345

# Import a directory of markdown files as a new vault
flint --import /path/to/markdown/folder
flint -i /path/to/folder

# Import with a custom vault name
flint --import /path/to/folder --vault-name "Custom Name"
flint -i /path/to/folder -n "Custom Name"

Documentation

Contributing

Flint is open source and welcomes contributions! Whether you want to fix bugs, add features, or improve documentation, we'd love your help.

See CONTRIBUTING.md for detailed guidelines.

License

Flint is licensed under the GNU General Public License v3.0.

Community & Support

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
1dRelease cycle
2Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    An agent-first note-taking system that provides AI-guided creation and organization of structured markdown notes with customizable note types, multi-vault support, and intelligent metadata schemas. Enables natural conversation-based knowledge management with local file storage and cross-vault operations.
    Last updated
    102
    10
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI assistants to read and write to a personal knowledge vault of markdown notes, projects, and tasks, with tooling for search, capture, daily logs, and project management across different AI tools.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI assistants to capture, search, update, and delete notes in a local Markdown vault with automatic categorization and tagging, making knowledge management seamless.
    Last updated
    245
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

  • Token-efficient MCP memory for Markdown vaults. Tiered search, GraphRAG, AI memories.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disnet/flint-note'

If you have feedback or need assistance with the MCP directory API, please join our Discord server