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/* |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RadhaKrishna0018/netlinq-jenkins-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server