Tiger GitHub MCP Server
OfficialProvides tools to interact with the GitHub API, allowing LLMs to manage repositories, issues, pull requests, and other GitHub resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tiger GitHub MCP Serverlist pull requests in the timescale/tiger-gh-mcp-server repo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tiger GitHub MCP Server
A wrapper around the GitHub API to provide some focused tools to LLMs via the Model Context Protocol.
Development
Cloning and running the server locally.
git clone git@github.com:timescale/tiger-gh-mcp-server.gitBuilding
This project uses bun as its runtime and package manager. A
wrapper script (./bun) is included that downloads a pinned version of bun on
first use, so you don't need to install it globally.
Run ./bun install to install dependencies. Use ./bun run watch http to run
the server in HTTP mode and reload on changes.
You will need a GitHub token with the correct scopes. Here is a direct link to create such a new token.
Create a .env file based on the .env.sample file.
cp .env.sample .envThen update the GITHUB_TOKEN value in .env.
VS Code Debugging
The project includes a VS Code debug profile called "Debug Github MCP" that launches the server in HTTP mode with full debugging support, running the TypeScript source directly via bun.
To use it:
Open the project in VS Code
Go to the Debug panel (Ctrl/Cmd + Shift + D)
Select "Debug Github MCP" from the dropdown
Press F5 or click the play button
Breakpoints will work properly in TypeScript source files thanks to source map support.
Testing
The MCP Inspector is a very handy to exercise the MCP server from a web-based UI.
./bun run inspectorField | Value |
Transport Type |
|
Command |
|
Arguments |
|
Testing in Claude Desktop
Create/edit the file ~/Library/Application Support/Claude/claude_desktop_config.json to add an entry like the following, making sure to use the absolute path to your local tiger-gh-mcp-server project, and use a valid GitHub token.
{
"mcpServers": {
"tiger-gh": {
"command": "/absolute/path/to/tiger-gh-mcp-server/bun",
"args": [
"/absolute/path/to/tiger-gh-mcp-server/src/index.ts",
"stdio"
],
"env": {
"GITHUB_TOKEN": "ghp_whatever",
"GITHUB_ORG": "timescale"
}
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides integration with Github through the Model Context Protocol (MCP), allowing Large Language Models to interact with Github's repositories, issues, pull requests and search functionality.Last updated5695ISC
- Flicense-quality-maintenanceEnables LLMs to interact with GitHub repositories, issues, pull requests, and workflows through the Model Context Protocol. It provides a comprehensive set of tools for repository management, issue tracking, code search, and CI/CD automation.Last updated
- AlicenseCqualityDmaintenanceEnables AI assistants to directly operate GitHub repositories, such as listing issues, through the Model Context Protocol.Last updated21742Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to interact with GitHub repositories, issues, pull requests, and content via the Model Context Protocol.Last updated1MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
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/timescale/tiger-gh-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server