trac-mcp-server

nerpatech/trac-mcp-server
★ 2 stars Python Memory/Knowledge Updated 6d ago
A MCP (Model Context Protocol) server that provides AI assistants with tools to interact with Trac project management instances — managing tickets, wiki pages, and milestones
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trac-mcp-server": {
      "command": "uvx",
      "args": [
        "trac-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install trac-mcp-server

Topics

mcp-servertrac