Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_SSL | No | Enable SSL for database connection | false |
| DB_HOST | No | Database host | localhost |
| DB_NAME | No | Database name | |
| DB_PORT | No | Database port | 3306 |
| DB_TYPE | No | Database type (e.g., mysql) | mysql |
| DB_USER | No | Database user | root |
| HTTP_PORT | No | The HTTP port for the MCP server | 3000 |
| DB_PASSWORD | No | Database password | |
| JIRA_BASE_URL | Yes | Your Jira instance URL (e.g., https://your-domain.atlassian.net) | |
| JIRA_USERNAME | Yes | Your Jira username/email | |
| JIRA_API_TOKEN | Yes | Your Jira API token (Generate at https://id.atlassian.com/manage-profile/security/api-tokens) |
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 | |