Skip to main content
Glama
peteroyce

devscope-mcp

by peteroyce

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reposA

List repositories for a GitHub organisation or the authenticated user. Returns repo names, descriptions, primary language, star counts, and open issue counts sorted by most recently pushed.

get_repo_infoA

Get detailed metadata for a specific GitHub repository: description, language, stars, forks, open issues, topics, default branch, visibility, and creation / last-update timestamps.

summarize_prA

Return a comprehensive summary of a pull request: title, description, state, author, base/head branches, list of changed files with line deltas, all conversation comments, and aggregate addition / deletion counts.

list_issuesA

List issues for a repository. Supports filtering by state (open / closed / all). Returns issue number, title, labels, assignees, author, comment count, and a truncated body.

search_codeA

Search code across GitHub using GitHub's code-search syntax. Optionally restrict the search to a specific repository. Returns file name, path, repository, and a link to each result.

get_contributor_stats

Return per-contributor commit statistics for a repository: total commits, total lines added / deleted, and the number of weeks with at least one commit. Results are sorted by total commits descending.

get_weekly_digest

Generate a 7-day activity digest for a repository. Returns: merged PRs, newly opened issues, closed issue count, and the top 5 contributors by commit count for the period. Great for weekly stand-ups or team summaries.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peteroyce/devscope-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server