Giskard Origin
Rank #53,297io.github.giskard09/origin
Free bootstrap MCP server for new agents. Pointers to the Mycelium ecosystem.
Giskard Origin is a Model Context Protocol (MCP) server published by giskard09. It ranks #53,297 of 115,460 servers tracked on MCP Toplist. Giskard Origin is listed on Official MCP, with 1 tracked version. It was first listed on Apr 14, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 62,163 of 115,460 servers on MCP Toplist.
Use Giskard Origin
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http origin https://origin.rgiskard.xyz/sse[mcp_servers.origin]
url = "https://origin.rgiskard.xyz/sse"Add to ~/.codex/config.toml.
https://origin.rgiskard.xyz/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"origin": {
"url": "https://origin.rgiskard.xyz/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"origin": {
"type": "http",
"url": "https://origin.rgiskard.xyz/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"origin": {
"serverUrl": "https://origin.rgiskard.xyz/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"origin": {
"url": "https://origin.rgiskard.xyz/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.giskard09%2Forigin)<a href="https://mcptoplist.com/server/io.github.giskard09%2Forigin"><img src="https://mcptoplist.com/badge/io.github.giskard09%2Forigin.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
giskard09
Other servers by giskard09
- ARGENTUM#5,162 · 1 ver
- Giskard Memory#52,270 · 1 ver
- Giskard Oasis#52,271 · 1 ver
- Giskard Search#52,272 · 1 ver
- SOMA#88,842
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 14, 2026 |
Frequently asked questions
- Who maintains Giskard Origin?
- Giskard Origin is maintained by giskard09, which publishes 6 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Giskard Origin listed on the Official MCP Registry?
- Yes — Giskard Origin is listed on the Official MCP Registry.
- How many versions does Giskard Origin have?
- MCP Toplist tracks 1 version of Giskard Origin, most recently published on Apr 14, 2026.
- Where can I find the source code for Giskard Origin?
- The source code for Giskard Origin is hosted at github.com/giskard09/mcp-origin.