
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
starmapper-mcp
Advanced tools
MCP server for StarMapper -- query GitHub repository audience data directly from Claude Code.
Add to your Claude Code MCP config (~/.claude/mcp.json for global, .claude/mcp.json for project):
{
"mcpServers": {
"starmapper": {
"command": "npx",
"args": ["-y", "starmapper-mcp"]
}
}
}
Then restart Claude Code. The server auto-downloads on first use.
get_repo_stats(owner, repo)Total stars, geocoding rate, top 10 countries and cities, organic score summary.
get_organic_score(owner, repo)Score 0-100 with full signal breakdown: fork/star ratio (30%), watcher/star ratio (5%), zero-follower % (45%), releases count (20%). Corpus calibration accuracy: 85.7%.
get_velocity(owner, repo)Per-country star velocity over the last 30 days vs the 31-90 day window. Classifies each country as rising, new, stable, or declining.
get_influential_stargazers(owner, repo, min_followers?)Stargazers above a follower threshold (500/1000/5000, default 500), sorted by influence. Includes GitHub profile URL.
index_repo(owner, repo)Triggers a full re-indexation of the repository on StarMapper. Drives the chunk loop, geocodes all stargazers, and saves the result. For large repos this may take several minutes. Set GITHUB_TOKEN in the env config to use your own GitHub API quota instead of the shared server quota (strongly recommended for repos with more than 6k stars).
Add a GitHub token (read:user scope) to use your own API quota for index_repo:
{
"mcpServers": {
"starmapper": {
"command": "npx",
"args": ["-y", "starmapper-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_xxxx"
}
}
}
}
Override the base URL for a self-hosted instance:
{
"mcpServers": {
"starmapper": {
"command": "npx",
"args": ["-y", "starmapper-mcp"],
"env": {
"STARMAPPER_BASE_URL": "http://localhost:3000"
}
}
}
}
AGPL-3.0-only. See LICENSE.
FAQs
MCP server for querying GitHub repo audience data via StarMapper
The npm package starmapper-mcp receives a total of 5 weekly downloads. As such, starmapper-mcp popularity was classified as not popular.
We found that starmapper-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.