mcp-tools

ProctorU/mcp-tools
★ 1 stars JavaScript 🔌 API Integration Updated 17d ago
A collection of Model Context Protocol (MCP) tools for Jira, Confluence, and TestRail. Fetch tickets, generate SRS/UI docs, create test cases, and automate QA workflows. Work in progress: add GitHub MCP, RAG pipeline, and indexed DB caching to reduce token churn.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "ProctorU/mcp-tools"
      ]
    }
  }
}