Skip to main content
Glama
fosferon

gc_mcp

by fosferon

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

GC_DAEMON_URL

http://localhost:4242

Base URL of the gc_daemon this wraps.

GC_MCP_TRANSPORT

stdio

stdio, streamable-http, or all.

GC_MCP_HOST

127.0.0.1

Bind host, streamable-http only.

GC_MCP_PORT

8765

Bind port, streamable-http only.

GC_MCP_PATH

/mcp

HTTP path, streamable-http only.

GH_TOKEN

GitHub token for the gh_* tools. Falls back to ~/.config/gh-token.

GH_DEFAULT_REPO

unset

owner/repo used by the read-only gh_* tools when repo is omitted.

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.

Install Server
F
license - not found
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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