Use when the user asks about Manager.io books, balances, customers who owe money, payables, bank, deposits, customer deposits, deposit invoices, record a payment, issue an invoice, post a journal, trial balance, P&L, balance sheet, tax, or scoped task tools and create/update/delete. Always call listresources first.
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools. Runs locally from the manager-mcp Python package. Needs 4 environment variables to run.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…
Use when the user asks about Linkwarden bookmarks, collections, tags, save a link, search, unread/unsorted inbox, archive/preservation, triage, duplicates, overlap, or scoped save/organise/delete via linkwarden-mcp. Always call listresources first.
MCP server for Linkwarden bookmarks: read-first search and preserved content, with opt-in write, delete, and collection-delete tools. Runs locally from the linkwarden-mcp Python package. Needs 4 environment variables to run.