Skip to main content
Glama

MCP Redmine

by runekaagaard
Mozilla Public License 2.0
69
  • Apple
  • Linux
pyproject.toml961 B
[project] name = "mcp-redmine" version = "2025.09.03.141435" description = "A MCP server that connects to your Redmine instance" readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.3.0", "openapi-core>=0.19.4", "pyyaml>=6.0.2", ] authors = [ { name="Rune Kaagaard" }, ] classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] license-files = ["LICENSE"] packages = [ {include = "mcp_redmine"} ] [project.scripts] mcp-redmine = "mcp_redmine.server:main" [project.urls] Homepage = "https://github.com/runekaagaard/mcp-redmine" Issues = "https://github.com/runekaagaard/mcp-redmine/issues" Disussions = "https://github.com/runekaagaard/mcp-redmine/discussions" [build-system] requires = ["hatchling>=1.27"] build-backend = "hatchling.build" [tool.uv] package = true [dependency-groups] dev = [ "build>=1.2.2.post1", "hatchling>=1.27.0", ]

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/runekaagaard/mcp-redmine'

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