jama-mcp-server

yyy188/jama-mcp-server
★ 0 stars Python API Integration Updated 15d ago
Production-grade MCP server for Jama: high-precision RAG retrieval (Multi-Query + Hybrid + RRF + Qwen3-Reranker) combined with native REST API filtering.
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": {
    "jama-mcp-server": {
      "command": "uvx",
      "args": [
        "jama-mcp-server"
      ]
    }
  }
}

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