PluginBench
MCP Server
Active
MIT

Sidereon MCP Server

io.github.neilberkman/sidereon

What is the Sidereon MCP server?

GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC

How to install Sidereon

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sidereon": {
      "command": "https://github.com/neilberkman/sidereon/releases/download/v0.39.1/sidereon_0.39.1.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sidereon": {
      "command": "https://github.com/neilberkman/sidereon/releases/download/v0.39.1/sidereon_0.39.1.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sidereon": {
      "command": "https://github.com/neilberkman/sidereon/releases/download/v0.39.1/sidereon_0.39.1.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sidereon": {
      "type": "stdio",
      "command": "https://github.com/neilberkman/sidereon/releases/download/v0.39.1/sidereon_0.39.1.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add sidereon -- https://github.com/neilberkman/sidereon/releases/download/v0.39.1/sidereon_0.39.1.mcpb

Related MCP servers

Clippy

Active

Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files

244
Go
MIT
View repository →

CCRider

Active

Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp)

123
Go
MIT
View repository →
Sidereon MCP Server | PluginBench