gc_mcp
Provides tools for interacting with GitHub, including issue creation, editing, and commenting via gh_* tools.
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., "@gc_mcpshow me the open issues for octocat/hello-world"
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.
gc_mcp
gc_mcp exposes Grand Central daemon capabilities as MCP tools.
Parameter validation
Every tool rejects unsupported top-level parameters before its callback can
contact gc_daemon. MCP returns its standard isError: true tool result; the
diagnostic names the rejected parameter and lists the parameters registered for
that tool. This makes a misspelled or obsolete option recoverable instead of
silently ignoring it.
This boundary does not alter nested payload contracts: a declared map or object parameter continues to accept the nested values its existing schema allows.
Related MCP server: mcp-server
Configuration
Variable | Default | Purpose |
|
| Base URL of the |
|
|
|
|
| Bind host, |
|
| Bind port, |
|
| HTTP path, |
| — | GitHub token for the |
| unset |
|
Why GH_DEFAULT_REPO does not apply to writes
gh_issue_create, gh_issue_edit and gh_issue_comment require an explicit
repo. A write that infers its target from ambient configuration will
eventually file into the wrong tracker, and the caller who omitted the argument
gets no signal that it happened — the operation succeeds, somewhere else.
Reads carry no such consequence, so they may fall back to the environment.
There is deliberately no compiled-in default. A shipped repository name aims every installation's bare calls at whatever tracker the author last worked on.
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-qualityAmaintenanceExposes all CLI commands as MCP tools over stdio or HTTP transport.Last updated37Apache 2.0
- AlicenseBqualityDmaintenanceProduction-ready TypeScript MCP server exposing utility, GitHub, and Microsoft Teams tools over stdio.Last updated141MIT
- Alicense-qualityAmaintenanceProvides a shared MCP SDK wrapper for building MCP servers with stdio transport, tool registration, JSON-safe responses, and environment helpers.Last updated56MIT
- Alicense-qualityDmaintenanceMCP server exposing Basecamp CLI commands as tools for project management, todos, messages, and more.Last updatedMIT
Related MCP Connectors
RubyGems MCP — wraps the RubyGems.org public API (free, no auth)
Revternal MCP — wraps the Revternal Developer Intelligence API
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/fosferon/gc_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server