.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dvcrn/devonthink-cli
home/mcp-servers/dvcrn/devonthink-cli
dvcrn avatar

devonthink-cli

bydvcrn· 3 MCP servers

Stars

15

Forks

1

Category

Documentation & Knowledge

View on GitHub

TL;DR

CLI for DEVONthink tools distilled from mcp-server-devonthink

How to install devonthink-cli?

dvcrn/devonthink-cli
$git clone https://github.com/dvcrn/devonthink-cli

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install devonthink-cli by running `git clone https://github.com/dvcrn/devonthink-cli`, then use it for the current task and follow its documentation at https://github.com/dvcrn/devonthink-cli.

Files · 1

View on GitHub
README.md
1# devonthink-cli
2 
3CLI for DEVONthink tools distilled from `mcp-server-devonthink`.
4 
5It publishes these equivalent binaries:
6 
7- `devonthink`
8- `dt`
9- `dt-cli`
10 
11## Install
12 
13Install from npm:
14 
15```bash
16npm install -g devonthink
17```
18 
19After installation, you can use any equivalent executable:
20 
21```bash
22devonthink --help
23dt --help
24dt-cli --help
25```
26 
27All binaries also expose shell completion generation:
28 
29```bash
30devonthink completion
31dt completion
32dt-cli completion
33```
34 
35## Agent Installation
36 
37For Claude Desktop, add `dvcrn/devonthink-cli` as a marketplace plugin, then install the `devonthink` plugin from that marketplace.
38 
39For Claude Code, the equivalent commands are:
40 
41```bash
42claude plugins marketplace add dvcrn/devonthink-cli
43claude plugins install devonthink@devonthink-cli --scope user
44```
45 
46For `npx skills`, run:
47 
48```bash
49npx skills add dvcrn/devonthink-cli
50```
51 
52## Usage
53 
54Generate a shell completion script:
55 
56```bash
57devonthink completion
58```
59 
60Install bash completion for the current shell session:
61 
62```bash
63source <(devonthink completion)
64```
65 
66Persist bash completion in `~/.bashrc`:
67 
68```bash
69echo 'source <(devonthink completion)' >> ~/.bashrc
70```
71 
72For zsh, enable bash completion compatibility and load the script:
73 
74```bash
75echo 'autoload -U +X bashcompinit && bashcompinit' >> ~/.zshrc
76echo 'source <(devonthink completion)' >> ~/.zshrc
77```
78 
79List tools:
80 
81```bash
82devonthink tools
83devonthink tools --json
84```
85 
86Inspect a tool schema:
87 
88```bash
89devonthink schema create_record
90devonthink schema create_record --json
91```
92 
93Run a tool in human-readable mode:
94 
95```bash
96devonthink open_databases
97devonthink search Alpha --group-uuid <uuid> --database-name Test
98devonthink record_content <uuid>
99```
100 
101Run the same tool in machine-readable mode:
102 
103```bash
104devonthink open_databases --json
105devonthink search --query Alpha --group-uuid <uuid> --database-name Test --json
106```
107 
108Every command supports both:
109 
110- default text output for humans
111- `--json` output for scripts and automation
112 
113Many tools also support the first obvious required argument positionally. For example:
114 
115```bash
116devonthink search Alpha
117devonthink record_content <uuid>
118devonthink rename_record <uuid> --new-name "New title"
119```
120 
121## Architecture
122 
123- `src/devonthink/`: DEVONthink-specific module and tool implementations
124- `src/app.ts`: yargs CLI wiring
125- `src/output.ts`: human-readable and JSON output formatters
126 
127## Safety
128 
129When testing, only use the `Test` database.
130 
131## License
132 
133GPL-3.0-or-later

Preview

dvcrn/devonthink-clidvcrn/devonthink-cli
Repodvcrn/devonthink-cli
TypeMCP Servers
CategoryDocumentation & Knowledge
UpdatedMar 2026
License—
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. upstash avatarContext7Up-to-date library docs injected straight into your promptsMCP Serverstoday3.8M60k
  2. yamadashy avatarrepomixA tool to pack repository contents to single file for AI consumptionMCP ServersJul 2026310k27k
  3. trsdn avatarmarkitdown-mcpA Model Context Protocol server for converting documents to Markdown using MarkItDownMCP ServersJun 2026151k29
  4. anyproto avataranytype-mcpOfficial MCP server for Anytype API - your encrypted, local and collaborative wiki.MCP ServersJul 202669k487
  5. aashari avatarmcp-server-atlassian-confluenceNode.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.MCP ServersFeb 202623k60
  6. boweylou avatarobsidian-mcp-server-enhancedThis is an enhanced version of the excellent cyanheads/obsidian-mcp-server with additional features specifically tailored for remote Claude.ai integration, advanced task querying, and security via Tailscale.MCP ServersJul 202617k32