gc_mcp
This server provides a comprehensive suite of tools for memory management, AI agent orchestration, project management, system control, analytics, and integrations.
Memory & Knowledge: Search, store, and analyze facts; index Obsidian vaults and DEVONthink documents; query the daemon's user manual.
Agent & Workflow Orchestration: Dispatch AI agents, run YAML workflows, schedule tasks, conduct interactive conversations, and manage agent hierarchies.
Project & Task Management: Create, track, and manage work items with dependency DAGs; resource-constrained scheduling; timeline events; and project registry.
Communication: Relay messages, manage notification mailboxes, and facilitate peer-to-peer agent communication.
System & Configuration: Control approvals, set trust posture, manage cost ceilings, reload configs, and obtain system status.
Analytics & Finance: Track time, cash flow, engagement hours, strategic convergence, and content publishing metrics.
External Integrations: GitHub issue management (list, create, edit, comment), HTTP requests, email processing, and control of DaVinci Resolve Studio.
Utilities: Durable notifications, document search, runtime records, and behavior directives.
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.
It is a client, not a server of record: every tool call is proxied to a running
gc_daemon. Without one listening on
GC_DAEMON_URL (default http://localhost:4242) the tools will load and then
fail to reach anything.
Install
Point your MCP client at it — no clone or build required:
{
"mcpServers": {
"gc": {
"command": "npx",
"args": ["-y", "@fosferon/gc-mcp"]
}
}
}Or install it and use the binary directly:
npm install -g @fosferon/gc-mcp
gc-mcp # stdio (default) — the binary is unscoped
GC_MCP_TRANSPORT=streamable-http gc-mcpFrom a clone, npm install && npm run build then point the client at
node /path/to/gc_mcp/dist/index.js.
Related MCP server: achmadya-dev/mcp-core
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.
Bee work queries
gc_work exposes Bee's query and dependency-analysis engine directly. Prefer a
bounded server-side query over fetching a backlog and filtering it in the client:
{
"action": "query",
"text": "FameLine",
"projects": ["mobus_umbrella", "lt_umbrella"],
"status": "all",
"order": "updated_at:desc",
"detail": "compact",
"limit": 10
}Use search for relevance-ranked duplicate lookup, ready or the what_next
intent for actionable work, traverse for a bounded dependency neighborhood,
and critical_path for a blocker-to-goal or project-scoped path. The legacy
plan action is only a compatibility alias for critical_path; scheduling is
provided separately by gc_plan.
The tool also exposes discoverable registered intents and measures, project and agent allocation, assignments, locks, measurements, rollups, and bottleneck analysis. Call the relevant list action before guessing stored vocabulary.
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
- AlicenseNot gradedqualityAmaintenanceExposes all CLI commands as MCP tools over stdio or HTTP transport.17Apache 2.0
- AlicenseNot gradedqualityAmaintenanceProvides a shared MCP SDK wrapper for building MCP servers with stdio transport, tool registration, JSON-safe responses, and environment helpers.26MIT
- AlicenseNot gradedqualityDmaintenanceMCP server exposing Basecamp CLI commands as tools for project management, todos, messages, and more.MIT
- AlicenseNot gradedqualityFmaintenanceProvides utilities to help maintain MCP repositories, including testing tools, parameter type support, and multiple transports (STDIO, SSE, Streamable HTTP).219MIT
Related MCP Connectors
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
RubyGems MCP — wraps the RubyGems.org public API (free, no auth)
Revternal MCP — wraps the Revternal Developer Intelligence API
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