Setup
Authentication
Agent daemon
The daemon detects AI CLIs on your machine, registers runtimes, and executes assigned tasks.Supported agents
Daemon configuration
Self-hosted server
Profiles
Run multiple daemons on one machine (e.g. production vs staging):Workspaces
Tasks
backlog, todo, in_progress, in_review, done, blocked, cancelled.
Comments
Execution history
Projects
Agents
MCP
The Notiky Model Context Protocol surface lets coding agents (Cursor, Claude Code, Codex) read and write your workspace brain — decisions, lessons, context packs, and project state — over a standard MCP transport.Tokens
Workspace MCP tokens authenticate the hosted/mcp endpoint and the notiky mcp call command.
NOTIKY_MCP_TOKEN for hooks and scripts.
Local server
Bridge Notiky into a local agent over stdio:/mcp HTTP endpoint with a workspace MCP token.
Call a tool
Invoke a single MCP tool against the hosted/mcp endpoint — useful for scripts and IDE hooks:
--token or set NOTIKY_MCP_TOKEN. Examples:
initialize + tools/call) and prints the tool’s text result.
Resolve
Resolve workspace and project identifiers from local context — handy inside scripts and IDE hooks.repo_remote matching that powers notiky project link, so the repo must have an origin remote that matches a linked project in the current workspace.
Configuration
Output formats
Most list/status commands support--output table (default) or --output json.