Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXUS_API_KEY | No | API key (overrides config file) | |
| NEXUS_API_URL | No | API base URL (overrides config file) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| nexus_list_projects | List all projects in the organization with optional filtering by status or assignment |
| nexus_get_project | Get detailed information about a specific project |
| nexus_create_project | Create a new project in Nexus |
| nexus_update_project | Update a project's details including test credentials |
| nexus_update_project_status | Update a project's status |
| nexus_list_bugs | Get all bugs/cards for a project with optional filtering |
| nexus_create_bug | Create a new bug/issue card in a project |
| nexus_update_card | Update a card's status, assignee, or other fields |
| nexus_add_comment | Add a comment to a card |
| nexus_list_templates | List available project templates |
| nexus_create_template | Create a new project template |
| nexus_list_milestones | List milestones with optional date range and type filtering |
| nexus_create_milestone | Create a new milestone |
| nexus_update_milestone | Update a milestone |
| nexus_update_milestone_task | Update a milestone subtask |
| nexus_list_concepts | List product concepts in the organization |
| nexus_get_concept | Get detailed information about a concept including PRD |
| nexus_create_concept | Create a new product concept |
| nexus_update_concept | Update a concept |
| nexus_promote_concept | Promote a concept to a full project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |