Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

This is a CLI for accessing the Tembo API.

## A Poem About Tembo

```
In terminals where commands await,
A bridge emerges, small but great—
Tembo speaks to cloud and code,
Bearer tokens light the road.

Through MCP it streams with care,
Authentication handled there,
From sandbox depths to API heights,
Connecting days and linking nights.

Commander guides each argument's way,
TypeScript ensures no types astray,
With Supergateway's streaming flow,
The data moves where it must go.

Environment variables hold the keys,
Convict configures with such ease,
Repositories listed, tasks created too,
Tembo does what CLIs do.

A connector faithful, a client true,
Built with Nix for me and you,
In the realm of code it stands so tall—
Tembo CLI, uniting all.
```

## MCP

The CLI also functions as our MCP connector, handling authentication and a few other things for us automatically in our sandbox.
Expand Down