shuttle-rs 2026.6.5

Local-first event log CLI for agent memory, repository context, task coordination, handoffs, messaging, mesh sync, and MCP access.
Documentation
[server]
addr = "127.0.0.1:8787"

[auth]
bearer_token_env = "SHUTTLE_GATEWAY_TOKEN"

# Uncomment to expose the gateway as a remote MCP server with OAuth.
# [oauth]
# public_url = "https://shuttle.example.com"
# admin_token_env = "SHUTTLE_OAUTH_ADMIN_TOKEN"
# db_path = "/path/to/gateway-oauth.db"

[defaults]
project = "shuttle-rs"

# Adjust these example paths for your local machine.
[projects.shuttle-rs]
repo = "/path/to/shuttle-rs"
db = "/path/to/shuttle-rs/.shuttle/shuttle.db"
description = "Shuttle Rust implementation"

[projects.blog]
repo = "/path/to/blog"
description = "Blog and publishing project"