mcpbeat Sign in

OctoCounts MCP Server

by huanglizhuo Your server? Claim it
local only

OctoCounts MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 345 installs a week from npm. Last commit 31 Aug 2026.

Analyze and compare public GitHub repo line counts (SLOC) via OctoCounts, from any MCP client.

Installs per day peak 121 · avg 4
a month agotoday
345
Installs / week
npm · octocounts-mcp
10
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation action/action.yml:11, docker-compose.yml:58
    description: GitHub token used to create or update the PR comment.
    required: true
    default: ${{ github.token }}
Asks for container control access docker-compose.yml:67
      - /var/run/docker.sock:/var/run/docker.sock
Page loads a third-party script frontend/index.html:23
    <script defer src="https://cloud.umami.is/script.js" data-website-id="4f3a87a4-fd4c-4dc5-8959-8fcf93e858c7"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add octocounts-mcp -- npx -y octocounts-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "octocounts-mcp": {
      "args": [
        "-y",
        "octocounts-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.octocounts-mcp]
command = "npx"
args = ["-y", "octocounts-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "octocounts-mcp": {
      "args": [
        "-y",
        "octocounts-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "octocounts-mcp": {
      "args": [
        "-y",
        "octocounts-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to OctoCounts MCP Server

same job, measured the same way
Octocode MCP - AI Context Platform
by bgauryy

AI code research platform. Search, analyze, and extract insights from any GitHub repository.

1 797 installs/wk local only
X402 Repohealth MCP
by liminalpepe

Free MCP server: compute a GitHub repo maintenance/abandonment health score from live data.

40 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

95 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

35 installs/wk local only
Compuute MCP Security Scanner
by compuute

Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.

1 tools answering
Github Analytics MCP Server
by thenextgennexus

Get GitHub repository stats, search repos, analyze languages, and compare projects

35 installs/wk local only
searchcode
by searchcode

Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.

6 tools answering
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

52 installs/wk local only

OctoCounts MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for OctoCounts MCP Server?
OctoCounts MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package octocounts-mcp was installed 345 times last week.
How do I connect OctoCounts MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls octocounts-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use OctoCounts MCP Server?
The npm package octocounts-mcp was installed 345 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OctoCounts MCP Server open source?
Yes — it is published under the MIT licence, written in Rust and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.