
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
cairn-mcp-server
Advanced tools
MCP server exposing Cairn's local-first file-organization tools to Claude Code, Codex, Cursor, and any MCP client.
An MCP server that exposes Cairn's local-first file-organization tools to
Claude Code, Codex, Cursor, and any MCP client. Point it at a folder and
your agent gains file tools: list, read, search, grep, edit, move, tag, query,
digest, and retrieve — over the .uni document format and plain markdown with
YAML frontmatter.
This is the flagship, UI-less face of the product. The MCP client supplies the agent loop, the approval prompts, and the chat. Nothing of ours runs remotely; the server is a local process over your own files.
uvx cairn-mcp-server --workspace ~/Documents/notes
To import real documents (docx/pdf/pptx/xlsx/md), install the converter extra:
uvx --with "cairn-core[convert]" cairn-mcp-server --workspace ~/Documents/notes
claude mcp add cairn -- uvx cairn-mcp-server --workspace ~/Documents/notes
Or in any MCP client config:
{
"mcpServers": {
"cairn": {
"command": "uvx",
"args": ["cairn-mcp-server", "--workspace", "~/Documents/notes"]
}
}
}
| Tool | Kind | Purpose |
|---|---|---|
list_dir, get_file_tree, read_detail | read-only | inspect the workspace |
search_files, grep, semantic_retrieve | read-only | find things |
find_by_meta, digest_workspace | read-only | exact metadata queries; a token-efficient workspace map |
get_file_tags, get_tag_tree, list_templates | read-only | inspect tags; list document templates |
create_file, create_folder, update_file_tags | write | add content (create_file supports template/fields) |
import_document, import_folder | write | convert docx/pdf/pptx/csv/xlsx/md → editable .uni |
multi_edit, rename_item, move_item, delete_item | destructive | change/relocate (client confirms) |
Read-only tools carry readOnlyHint; destructive tools carry destructiveHint,
so clients like Claude Code run reads freely and prompt before destructive edits.
Also exposes workspace://tree and workspace://tags resources, and
organize / tag_all prompts (slash-commands in the client).
FAQs
MCP server exposing Cairn's local-first file-organization tools to Claude Code, Codex, Cursor, and any MCP client.
We found that cairn-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.