Project Management

local

projects

Manage and track all your software projects. Create, list, update, and monitor project status and health.

Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.

Tools (7)

  • project_create
    Register a new project in the system. Use this when the user wants to track a project.
  • project_list
    List all registered projects with their status and health. Use this when the user asks about their projects, project status, or wants an overview.
  • project_get
    Get detailed information about a specific project by name or ID.
  • project_update
    Update a project's details — status, description, budget, etc.
  • project_bootstrap
    Scan the projects directory and register any untracked project folders. Use this to sync the database with what's on disk.
  • project_configure_support
    Configure support settings for a project — set the Telegram chat ID where ticket notifications are sent, enable/disable support, or set an API key for the webhook.
  • project_share
    Share a project with other registered users. Grants Read or Edit access. Edit access lets them update tickets and reshare. Read access is view-only.