MCP server

@harkly/mcp is a stdio MCP server over the API. Read tools are always on; write tools need HARKLY_WRITE=1 and the key's own permissions still apply.

claude mcp add harkly --env HARKLY_API_KEY=hk_live_… -- npx -y @harkly/mcp

Read: boards and statuses, posts by board, status, search or sort, a post with its comments, conversations and one thread's messages, help search, the changelog, customers, and any module's report.

Write (opt-in): create a post, set its status, comment, reply or add a note in a thread, draft or publish a changelog entry.

Boards and statuses are named by slug or key in both directions, so an agent can say planned rather than an id. The server is tested against a real MCP client and against the live API; the source is in the repo.