gaelic-ghost/things-app
Canonical home for Things.app skills, bundled Things MCP server, and Codex and Claude Code plugin packaging.
Platform-specific configuration:
{
"mcpServers": {
"things-app": {
"command": "npx",
"args": [
"-y",
"things-app"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Canonical home for Gale's Things.app skills and bundled Things MCP server, with plugin-first packaging for Codex and Claude Code.
For maintainer policy and repository workflow expectations, see AGENTS.md.
This repository now bundles three closely related surfaces:
The goal is to keep one canonical repository for:
things-reminders-managerthings-digest-generatorThe repository now vendors the former standalone things-app-mcp project at `mcp/things-app-mcp/`, preserving its history via git subtree.
That server remains a self-contained FastMCP package with its own:
Run its local checks from that directory:
cd mcp/things-app-mcp
uv sync
uv run pytestThis repository uses a plugin-first layout while keeping root `skills/` as the canonical workflow-authoring surface.
Packaged plugin surfaces live under:
Loading reviews...