You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenControl is a context protocol gateway that can create tools any LLM can use.
4
4
5
-
```bash
6
-
bun install
7
-
```
5
+
-**Unified gateway**: Generates a single HTTP endpoint that you register with your LLM client and it exposes all the tools your team or project needs.
6
+
-**Self-hosted**: Runs on your infrastructure in AWS Lambda, Cloudflare Workers, or containers; with access to internal resources and functions from your codebase.
7
+
-**Universal**: Works with any LLM that supports a context protocol, like Anthropic's MCP or OpenAI's Tools.
8
+
-**Secure**: Supports authentication through any OAuth provider.
8
9
9
-
To run:
10
+
---
10
11
11
-
```bash
12
-
bun run index.ts
13
-
```
12
+
OpenControl is created by the maintainers of [SST](https://sst.dev).
14
13
15
-
This project was created using `bun init` in bun v1.2.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
0 commit comments