gmat-mcp-server

ginomoretta-creator/gmat-mcp-server
★ 0 stars TypeScript Memory/Knowledge Updated 3d ago
MCP server that turns NASA's GMAT into an AI copilot: headless script execution with validated outcomes (write->run->fix loop), curated idioms knowledge, NASA sample corpus, and semantic docs search.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmat-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ginomoretta-creator/gmat-mcp-server"
      ]
    }
  }
}