- Home
- MCP servers
- OpenDigger
OpenDigger
- typescript
6
GitHub Stars
typescript
Language
4 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
OpenDigger MCP Server enables advanced repository analytics and insights by exposing a set of tools and prompts you can use from an MCP client. It provides core metrics, growth trends, ecosystem insights, and health diagnostics to help you evaluate and compare repositories effectively.
How to use
You connect to the OpenDigger MCP Server from your MCP client and start issuing tools and prompts to analyze repositories. Start the server, then use the client to list available tools, run health checks, compare multiple repos, and explore trends and ecosystem insights. Look for indicators in your client that the server is online, such as a green status and the tool/project count shown in the server status.
How to install
Prerequisites: you need Node.js and npm installed on your system. You also need Git to clone the project.
Clone the project repository and navigate to the MCP server package.
Run the following commands step by step to install dependencies, build, and start the server.
git clone https://github.com/X-lab2017/open-digger-mcp-server.git
# (Optional) Ensure you're on the master branch
git checkout master
cd open-digger-mcp-server && cd mcp-server
npm install
npm run build
# Start server
npm start
Available tools
get_open_digger_metric
Fetch single repository metrics such as stars, forks, contributors, activity, and core metrics for a given repository.
get_open_digger_metrics_batch
Retrieve metrics for multiple repositories in a single batch operation to compare several projects at once.
compare_repositories
Perform multi-repository comparisons to identify relative strengths and weaknesses across repos.
analyze_trends
Analyze growth trends over specified time periods to understand momentum and trajectory.
get_ecosystem_insights
Provide ecosystem-level analytics and insights across related projects and contributions.
server_health
Run system diagnostics and health monitoring for the MCP server (Beta).