Home › Other › catalyst-core

catalyst-core

Developer-workflow MCP server for catalyst-core: migration guidance, debugging, and task planning.

JavaScript
★ 92 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y catalyst-mcp@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "catalyst-core": {
      "command": "npx",
      "args": [
        "-y",
        "catalyst-mcp@1.0.2"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — GitHub token used only by the create_github_issue tool. Optional — falls back to `gh auth token` if unset. Not required for any other tool.

Related servers

Data from the Official MCP Registry