Claude Troubleshooting (Desktop & Code)ΒΆ

Claude-specific troubleshooting. For general JamfMCP troubleshooting, see the main troubleshooting guide.

Claude Desktop Configuration IssuesΒΆ

Common Problems:

  • Different config file name

  • Platform-specific paths

  • Permission restrictions

Solutions:

  1. Verify Config Location

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Linux: ~/.config/Claude/claude_desktop_config.json

  2. Platform-Specific Paths

    {
      "mcpServers": {
        "jamfmcp": {
          "command": "uv",
          "args": [
            "run",
            "--directory", "/full/path/to/jamfmcp",
            "fastmcp",
            "run",
            "src/jamfmcp/server.py:mcp"
          ]
        }
      }
    }