PluginBench
MCP Server

io.github.savecharlie/almanac MCP Server

io.github.savecharlie/almanac

What is the io.github.savecharlie/almanac MCP server?

Verified ephemeris & WMM2025 geomagnetic compute: the physical numbers LLMs hallucinate, done right.

How to install io.github.savecharlie/almanac

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": {
    "almanac": {
      "command": "uvx",
      "args": [
        "almanac-compute"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "almanac": {
      "command": "uvx",
      "args": [
        "almanac-compute"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "almanac": {
      "command": "uvx",
      "args": [
        "almanac-compute"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "almanac": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "almanac-compute"
      ]
    }
  }
}
Claude Code
claude mcp add almanac -- uvx almanac-compute

Related MCP servers

Verifiable text/code/measurement tools for agents, each reproducing a named authority.

View repository →