Skip to main content
Glama

Server Details

Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL
Repository
githits-com/githits-cli
GitHub Stars
95
Server Listing
GitHits

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 15 tool updates
    • First observedcode_files
    • First observedcode_grep
    • First observedcode_read
    • First observeddocs_list
    • First observeddocs_read
    • First observedfeedback
    • First observedget_example
    • First observedpkg_changelog
    • First observedpkg_deps
    • First observedpkg_info
    • First observedpkg_upgrade_review
    • First observedpkg_vulns
    • First observedsearch
    • First observedsearch_language
    • First observedsearch_status

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct action: code_files lists, code_read reads, code_grep greps, docs_list/docs_read handle docs, pkg_* tools cover distinct package metadata aspects, and search/get_example/search_status are clearly separated by use case. Even the three search-related tools are clearly scoped to different needs.

Naming Consistency2/5

Names are all lowercase snake_case but follow inconsistent patterns: code_read, docs_list are object-first verbs, whereas get_example and search_language are imperative verb-object, and pkg_info or feedback are noun-only. The prefixes (code_, docs_, pkg_, search_) help, but the mix of verb placement and noun-only names makes the set feel less coherent.

Tool Count5/5

15 tools is on the high end but well-scoped for a comprehensive code/package intelligence server. Each tool covers a distinct facet of the domain without redundancy, and the count does not feel padded.

Completeness5/5

The tool surface covers the full lifecycle for the domain: searching, listing, reading files, browsing docs, checking package metadata/deps/vulnerabilities/release notes, and getting examples. There is also feedback and async search follow-up, so no obvious dead ends or missing operations.