Skip to main content
Glama

Jenkins MCP

by kjozsa
pyproject.toml673 B
[project] name = 'jenkins-mcp' version = '0.1.1' description = 'MCP server for managing Jenkins operations' authors = [ {name = 'Kristof Jozsa'} ] readme = 'README.md' requires-python = '>=3.10' dynamic = ['dependencies'] [project.scripts] jenkins-mcp = 'jenkins_mcp.server:mcp.run' [tool.setuptools.dynamic] dependencies = {file = ['requirements.txt']} [build-system] requires = ['setuptools>=61.0'] build-backend = 'setuptools.build_meta' [project.urls] Repository = 'https://github.com/kjozsa/jenkins-mcp' [tool.hatch.build.targets.wheel] packages = ['jenkins_mcp'] [tool.pytest.ini_options] testpaths = ["tests"] python_files = "test_*.py" pythonpath = ["."]

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/kjozsa/jenkins-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server