Odel
Baron

Baron

Local
@loncadev1TypeScriptApache-2.0Updated Yesterday

Let your coding agent write to your work tracker: issues, branches, PRs and CI, one contract.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lonca/baron-mcp-serverv0.41.0

Run

npx -y @lonca/baron-mcp-server

MCP client config

{
  "mcpServers": {
    "baron": {
      "command": "npx",
      "args": [
        "-y",
        "@lonca/baron-mcp-server"
      ]
    }
  }
}