# Starghlist

> MCP server to manage your GitHub starred repositories

- **Type:** MCP server
- **Install:** `agentstack add mcp-petarov-starghlist`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [petarov](https://agentstack.voostack.com/s/petarov)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [petarov](https://github.com/petarov)
- **Source:** https://github.com/petarov/starghlist

## Install

```sh
agentstack add mcp-petarov-starghlist
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

starghlist
===============

starghlist* is an MCP server designed to help you manage your GitHub starred repositories and lists.

You can use an AI agent to view, sort, and filter repositories, as well as unstar those that are no longer relevant. 
The AI agent can also suggest how to categorize your starred repositories based on the GitHub lists you’ve created. 
Adding or removing repositories from lists is not yet supported—it’s a work in progress.

*In Bulgarian, „глист“ or "glist" means an intestinal parasitic worm (roundworm).

# Tools

- `getStars`: Get your starred repositories.
- `addStar`: Star one or more repositories.
- `removeStar`: Unstar one or more repositories.
- `getListNames`: Get all of your lists.

TODO: `addToList`, `removeFromList` are WIP.

# Prompts

TODO ...

# Setup

You will need a valid GitHub [PAT](https://github.com/settings/personal-access-tokens).

The server uses SSE protocol transport type. To start on `localhost:24240` run:

    GITHUB_TOKEN= go run *.go 

# Clients

```json
{
  "mcpServers": {
    "mcp-starghlist": {
      "url": "http://127.0.0.1:24240"
    }
  }
}
```

### LMStudio

Works pretty well with `gemma-3-12b` and `gpt-oss-20b`, and kind of ok with `llama-3.1-8b-instruct`.

### Cline

Pretty much flawless with `claude-sonnet-4`.

# License

[MIT](LICENSE)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [petarov](https://github.com/petarov)
- **Source:** [petarov/starghlist](https://github.com/petarov/starghlist)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-petarov-starghlist
- Seller: https://agentstack.voostack.com/s/petarov
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
