
Giskard Origin
- giskard09/mcp-origin
Giskard Origin is an MCP server that freely bootstraps new agents with pointers to the Giskard Mycelium ecosystem over SSE.
About
Giskard Origin is a free bootstrap Model Context Protocol server whose job is to orient new AI agents toward the Mycelium ecosystem rather than to perform heavy work itself. developers evaluating agent stacks in Claude Code or Cursor can register Origin first to learn which Giskard services exist—semantic memory, web search, fog-state guidance—and how they fit together before enabling pay-per-use endpoints. Because it is framed as free and pointer-centric, it belongs in Idea and Discover: you are exploring agent infrastructure options, not yet operating production traffic. Origin reduces friction when documentation is scattered across multiple repos and Lightning-enabled servers. It does not replace reading each server’s own manifest or testing integrations in a sandbox agent session. Think of it as the directory root node for a federated agent toolkit. After discovery, you typically graduate to Search for research tasks, Memory for persistence, and Oasis for stuck-run recovery, each with its own payment and trust model.
- Free bootstrap MCP server—no Lightning gate described for onboarding
- Points new agents to the broader Giskard Mycelium ecosystem of paid and specialized servers
- Remote SSE entry at origin.rgiskard.xyz for zero-local-install registration
- Version 0.1.0 from giskard09/mcp-origin on GitHub
- Ideal first hop before wiring Memory, Search, or Oasis siblings
Giskard Origin by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse origin https://origin.rgiskard.xyz/sseAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | None |
| Repository | giskard09/mcp-origin ↗ |
What it does
Bootstrap a new agent’s MCP catalog with free pointers into the Giskard Mycelium ecosystem before you pay for specialized tools.
Who is it for?
First-time Giskard users and developers onboarding a fresh Claude Code or Cursor agent who want a no-cost orientation MCP.
Skip if: Skip if you already know your MCP stack and need production memory, search, or guidance calls immediately.
What you get
After adding Origin, your agent can discover Mycelium ecosystem entry points for free before you commit Lightning budget to specialized servers.
- Free SSE MCP registration for agent bootstrap
- Pointers to downstream Giskard Mycelium servers to enable next
- Lower-friction agent setup before paid tool adoption
By the numbers
- Server version 0.1.0 per manifest
- Remote SSE at https://origin.rgiskard.xyz/sse
- Described as free bootstrap with Mycelium ecosystem pointers
Recommended MCP Servers
How it compares
Free ecosystem bootstrap MCP, not a pay-per-use capability server like Memory or Search.
FAQ
Who is Giskard Origin for?
It is for developers and agents that are new to the Giskard Mycelium family and need a free starting MCP to learn what is available.
When should I use Giskard Origin?
Use it at the start of Idea and Discover when you are selecting remote agent services before paid integrations go live.
How do I add Giskard Origin to my agent?
Register the remote SSE MCP server at https://origin.rgiskard.xyz/sse in your MCP client; no Lightning setup is described for this bootstrap entry.