1. Conduid
  2. Developer Tools
  3. Thymercli
MCP server · Developer Tools

Thymercli

MCP server and CLI for Thymer: connect AI agents and your terminal to your workspaces

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 3 months ago · breakdown

About Thymercli

Thymercli is an MCP server published by thymerapp in the Developer Tools category: mCP server and CLI for Thymer: connect AI agents and your terminal to your workspaces. It has been installed 0 times through Conduid.

The repository has 4 stars and 2 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx thymercli

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Thymercli

Powered by Claude · Grounded in docs

I know everything about Thymercli. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

thymercli

A companion app for Thymer that provides an MCP server for connecting AI agents and a command-line interface for direct workspace access.

See thymer.com/mcp for full documentation, setup instructions, and downloads.

Features

  • MCP Server — Exposes your Thymer workspaces to AI agents (Claude Code, Cursor, Gemini CLI, etc.) via the Model Context Protocol
  • CLI — Manage workspaces, collections, pages, journal, plugins, themes, and more from the terminal
  • Interactive REPL — Run commands interactively while the MCP server runs in the background
  • Markdown Mirror — Continuously export workspaces as markdown files to a local directory for grepping and reading

How it works

┌─────────────┐       HTTP/JSON-RPC        ┌─────────────┐      WebSocket       ┌─────────────┐
│  AI Agent   │ ◄─────────────────────────►│ thymercli   │◄────────────────────►│   Thymer    │
│ (Claude)    │      MCP Protocol          │  (Go app)   │◄────────────────────►│  Org 1...N  │
└─────────────┘                            └─────────────┘                      └─────────────┘

thymercli runs locally on your machine. It connects to Thymer in your browser (or the upcoming desktop app) via WebSocket, and serves MCP over HTTP on 127.0.0.1:13100. Your data never leaves your machine for MCP — it flows directly between Thymer, the local CLI, and your AI agent.

Multiple Thymer organizations can connect simultaneously (e.g., personal.thymer.com and work.thymer.com).

Building

go build -o thymercli .

Quick start

# Start the MCP server and interactive REPL
./thymercli

Then connect Thymer via the MCP Settings dialog (statusbar or Command Palette), and point your AI agent to http://127.0.0.1:13100.

# Or use CLI commands directly
./thymercli search "meeting notes"
./thymercli journal
./thymercli page list -w "My Workspace" -c "Tasks"

CLI commands

thymercli                          Start MCP server & interactive REPL
thymercli mcp                      Start MCP server explicitly
thymercli status                   Show server status and connected organizations

thymercli workspace list           List available workspaces
thymercli workspace show           Show workspace details

thymercli collection list|show|create|trash|navigate
thymercli page list|show|create|insert|add|move|trash|untrash|navigate
thymercli line edit|delete|move|flag|done
thymercli property list|get|set
thymercli journal [date]           Show or add to journal pages
thymercli search <query>           Full-text search across a workspace
thymercli plugin list|show|update
thymercli theme list|get|set

thymercli mdmirror                 Trigger markdown mirror update
thymercli use                      Set persistent workspace/collection context

Use --json for structured output, --workspace/--collection to scope commands, and pipe content via stdin:

cat notes.md | thymercli page add PAGE_GUID
cat styles.css | thymercli plugin update css PLUGIN_GUID
echo "Shipped v2.0" | thymercli journal add

MCP access

MCP access is opt-in and disabled by default. Each workspace can be set to Off, Read Only, or Read & Write from the MCP Settings dialog in Thymer.

More information

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Thymercli

How do I install Thymercli?

Run npx thymercli, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Thymercli safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Thymercli still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.