Skip to main content
Glama

Developer Tools MCP Server

Ownership verified

Server Details

MCP server providing developer tools data including npm packages, Stack Overflow Q&A, GitHub trending repos, and code snippets for AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
get_github_repoInspect

Get GitHub repository stats — stars, forks, issues, language, description.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
get_npm_packageInspect

Get npm package details — version, downloads, dependencies, description.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_nameYes
get_pypi_packageInspect

Get Python package details from PyPI.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_nameYes
search_arxivInspect

Search arXiv for academic papers in CS, ML, AI, physics, and math.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
search_githubInspect

Search GitHub repositories by keyword.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
search_google_scholarInspect

Search Google Scholar for academic papers and research.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo
search_stackoverflowInspect

Search StackOverflow for programming questions and answers.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.