The Code Sync MCP architecture bridges the gap between local development and remote containers for interpreted languages - Python, Ruby, or other
Code Sync MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Code Sync MCP directly instead of describing what you should do. The Code Sync MCP architecture bridges the gap between local development and remote containers for interpreted languages - Python, Ruby, or other interpreted code in your local editor and instantly see changes reflected in containers.
Once Code Sync MCP is connected, these are the calls the assistant has available:
Prerequisites — The Prerequisites tool exposed by this serverThe server ships on PyPI as code-sync-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need 7 environment variables: BIFROST_API_KEY, BIFROST_WS_API_URL, BIFROST_API_URL, UV_PYTHON, PROXY_API_KEY, BIFROST_APP_ID, BIFROST_DEPLOYMENT_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Code Sync MCP's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by bifrostinc; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Code Sync MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
{
"mcpServers": {
"code-sync": {
"command": "uvx code-sync-mcp",
"env": {
"UV_PYTHON": "3.13",
"BIFROST_API_KEY": "test-secret-key",
"BIFROST_WS_API_URL": "ws://localhost:8000",
"BIFROST_API_URL": "http://localhost:8000"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| BIFROST_API_KEY | Credential the server authenticates with. | Yes |
| BIFROST_WS_API_URL | Endpoint or connection string the server talks to. | Yes |
| BIFROST_API_URL | Endpoint or connection string the server talks to. | Yes |
| UV_PYTHON | Configuration value read at startup. | Optional |
| PROXY_API_KEY | Credential the server authenticates with. | Yes |
| BIFROST_APP_ID | Configuration value read at startup. | Optional |
| BIFROST_DEPLOYMENT_ID | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.