Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: UVX (Python) · oss-issues-mcp
Claude Code CLI
claude mcp add oss-issues-mcp -- uvx oss-issues-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "oss-issues-mcp": {
      "command": "uvx",
      "args": ["oss-issues-mcp"],
      "env": {
        "GITHUB_TOKEN": "<github_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/AmrMohamed17/oss-issues-mcp and follow its README.
Detected environment variables
GITHUB_TOKEN
Use cases

MCP Servers overview

# oss-issues-mcp
<!-- mcp-name: io.github.AmrMohamed17/oss-issues-mcp -->
An MCP server exposing **derived, triage-oriented** GitHub issue tools — not a
passthrough of the GitHub API.

Where GitHub's own MCP server returns raw API responses, this server does
task-specific work: stripping issue-template scaffolding, resolving whether an
issue is already claimed from multiple signals, and filtering a watch-list of
repositories to what is new and open.

## Tools

| Tool | Purpose |
|---|---|
| `get_actionable_issue` | Fetch an issue, strip template furniture, return only triage-relevant fields |
| _(planned)_ `list_new_issues` | New open issues across a watch-list, pull requests excluded |
| _(planned)_ `get_claim_status` | Is this already being worked on? (assignees + linked PRs) |
| _(planned)_ `get_repo_context` | CONTRIBUTING.md and issue-template rules |

## Security

- **Repository allowlist** — the server refuses any repo not explicitly allowed.
- **Read-only** — no write tools exist until a human-approval gate governs them.
- Requires a fine-grained, read-only `GITHUB_TOKEN`.

## Run

```bash
export GITHUB_TOKEN=github_pat_...
uv sync
uv run oss-issues-mcp
```

## License

MIT

What people ask about oss-issues-mcp

What is AmrMohamed17/oss-issues-mcp?

+

AmrMohamed17/oss-issues-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install oss-issues-mcp?

+

You can install oss-issues-mcp by cloning the repository (https://github.com/AmrMohamed17/oss-issues-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AmrMohamed17/oss-issues-mcp safe to use?

+

AmrMohamed17/oss-issues-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains AmrMohamed17/oss-issues-mcp?

+

AmrMohamed17/oss-issues-mcp is maintained by AmrMohamed17. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to oss-issues-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy oss-issues-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AmrMohamed17/oss-issues-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/amrmohamed17-oss-issues-mcp)](https://claudewave.com/repo/amrmohamed17-oss-issues-mcp)
<a href="https://claudewave.com/repo/amrmohamed17-oss-issues-mcp"><img src="https://claudewave.com/api/badge/amrmohamed17-oss-issues-mcp" alt="Featured on ClaudeWave: AmrMohamed17/oss-issues-mcp" width="320" height="64" /></a>

More MCP Servers

oss-issues-mcp alternatives