devscope-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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