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
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)
- Go to Settings > Connectors > Advanced > Developer Mode
- 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-cardsget-cardcreate-cardupdate-carddelete-cardrestore-card
Search
search-cardssemantic-searchsearch-by-tagsrecent-cardsstats
Tags
list-tagscreate-tagadd-tag-to-cardremove-tag-from-cardcount-cards-with-tag