netlinq-jenkins-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEB_HOST | No | FastAPI bind host | 0.0.0.0 |
| WEB_PORT | No | FastAPI bind port | 8000 |
| LLM_MODEL | No | Any LiteLLM-supported model string | gpt-4o |
| WEB_USERS | No | user1:bcrypt-hash,user2:bcrypt-hash for web Basic auth | |
| JENKINS_URL | Yes | Base URL of the Jenkins controller | |
| LLM_API_KEY | No | Provider key (web mode only) | |
| JENKINS_USER | Yes | Service-account username | |
| LLM_API_BASE | No | For Azure / Ollama / self-hosted endpoints | |
| LLM_PROVIDER | No | Informational - LiteLLM picks based on LLM_MODEL | openai |
| JENKINS_TOKEN | Yes | API token (preferred) or password | |
| AUDIT_LOG_PATH | No | JSONL file every tool call is appended to | audit.jsonl |
| PATCH_TAG_PARAM | No | Patch pipeline tag-parameter name | TAG |
| PATCH_REPO_PARAM | No | Patch pipeline repo-parameter name | REPO |
| JENKINS_CA_BUNDLE | No | Path to a CA bundle for self-signed TLS, or 'false' to skip verification | |
| PATCH_PIPELINE_NAME | No | Patch pipeline name | Patch Single Repository Pipeline |
| RELEASE_PIPELINE_NAME | No | Override if your job is named differently | NetLinQ EMS Release pipeline |
| RELEASE_VERSION_PARAM | No | The job's version-parameter name | VERSION |
| WEB_API_SHARED_SECRET | No | Optional X-API-Secret header value for /api/* |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |