This project is still in the alpha stage. Expect some rough edges.
- Install via
npm i -g @postapsis/codedrift - Open
http://localhost:19019/app(or your own port via the-pflag) in your browser to see the Codedrift UI. - Add the MCP server for
codedriftby following the instructions below.
HTTP MCP URL: http://localhost:19019/changeset-mcp
Add to Claude: claude mcp add --transport http codedrift-changeset http://localhost:19019/changeset-mcp
Add to Other Agents:
{
"mcpServers": {
"codedrift-changeset": {
"serverUrl": "http://localhost:300190190/changeset-mcp"
}
}
}