Download Desktop App

Get the desktop app with built-in MCP server for AI integration

Connect Claude Desktop, ChatGPT, Gemini CLI, and more to your notes

macOS

macOS

macOS (Intel & Apple Silicon)

Download .dmg
Windows

Windows

Windows 10/11

Download .exe

v0.1.5  ·  Released 1/14/2026

View Release Notes →

MCP Server Features

1

AI Integration

Connect any MCP-compatible AI assistant to read, create, and manage your cards

2

Local-First

Your data stays on your device. The MCP server runs locally on port 8488

3

Full Search

AI can search your cards with full-text and semantic search

4

Smart Tags

Organize with tags that AI assistants can read and modify

Quick Setup

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lilarmy": {
      "command": "npx",
      "args": ["mcp-remote@latest", "--http", "http://localhost:8488/mcp"]
    }
  }
}

Claude Code

Add to .claude/settings.json:

{
  "mcpServers": {
    "lilarmy": {
      "url": "http://localhost:8488/mcp"
    }
  }
}

ChatGPT (Developer Mode)

  1. Go to Settings > Connectors > Advanced > Developer Mode
  2. Add connector URL: http://localhost:8488/mcp

Gemini CLI

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "lilarmy": {
      "url": "http://localhost:8488/mcp"
    }
  }
}

Available MCP Tools

Cards

  • list-cards
  • get-card
  • create-card
  • update-card
  • delete-card
  • restore-card

Search

  • search-cards
  • semantic-search
  • search-by-tags
  • recent-cards
  • stats

Tags

  • list-tags
  • create-tag
  • add-tag-to-card
  • remove-tag-from-card
  • count-cards-with-tag