Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | Jira instance URL | |
| LOG_LEVEL | No | Logging level | INFO |
| JIRA_EMAIL | No | Jira account email | |
| STM_ENABLED | No | Enable STM CLI sync | true |
| DATABASE_PATH | No | SQLite database path | ~/.mcp-task-aggregator/tasks.db |
| JIRA_API_TOKEN | No | Jira API token | |
| JIRA_PROJECT_KEY | No | Default project key | AGENTOPS |
| MARKDOWN_ENABLED | No | Enable markdown sync | true |
| STM_SEARCH_PATHS | No | Paths to search for STM workspaces | . |
| MARKDOWN_SEARCH_PATHS | No | Paths to search for TODO files | . |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |