githits-cli MCP Server
githits-cli is a TypeScript MCP server for Claude Desktop, Cursor, Windsurf with npx. Command Line Interface for GitHits - Context Layer for Open Source
How to use githits-cli MCP Server
Install or run
npx githits@latest initClient configuration
name: MCP Package Release
on:
workflow_run:
workflows: ["Main"]
types: [completed]
branches: [main]
pull_request:
branches: [main]
paths:
- ".github/workflows/mcp-release.yml"
- ".github/workflows/ci.yml"
- "bun.lock"
- "package.json"
- "packages/core-internal/**"
- "packages/mcp/**"
- "scripts/validate-public-packages.ts"
- "src/package-release-boundaries.test.ts"
- "tsconfig.json"
workflow_dispatch:
inputs:
dry_run:
description: "Validate without publishing"
required: true
default: true
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
validate:
name: MCP package validation
if: github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: ".node-version"
registry-url: "https://registry.npmjs.org"
# Trusted publishing requires npm 11.5.1+. The dry-run path also uses npm
# publish so PRs exercise the same command shape without publishing.
- name: Update npm
run: npm install -g npm@latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build root package
run: bun run build
- name: Build MCP package
working-directory: packages/mcp
run: bun run build
- name: Validate public package artifacts and MCompatible clients
What is githits-cli MCP Server?
githits-cli is a TypeScript MCP server for Claude Desktop, Cursor, Windsurf with npx. Command Line Interface for GitHits - Context Layer for Open Source This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Tool access support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Document generation support
- Anthropic provider support
- Google provider support
Available tools
Technical details
Install or run githits-cli using npx. Check githits-com/githits-cli for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Python
- Install or run with npx
- Works with Claude Desktop
- Works with Cursor
- Works with Windsurf
- Works with VS Code
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use githits-cli MCP Server
- Use it for connecting agents to external tools and data.
- Use it for integrations workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is githits-cli?
githits-cli is a TypeScript MCP server for Claude Desktop, Cursor, Windsurf with npx. Command Line Interface for GitHits - Context Layer for Open Source
Who is githits-cli best for?
githits-cli is best for connecting agents to external tools and data, integrations workflows, coding workflows, data workflows, claude desktop users.
How do I install githits-cli?
Install or run githits-cli using npx. Check githits-cli for the latest setup command.
Is githits-cli actively maintained?
githits-cli may need a closer maintenance check before production use.
Auto-fetched from GitHub.