Skip to content

Commit 4117fe0

Browse files
authored
Update README.md
1 parent 85cf6ec commit 4117fe0

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# mcp
1+
# OpenControl
22

3-
To install dependencies:
3+
OpenControl is a context protocol gateway that can create tools any LLM can use.
44

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.
89

9-
To run:
10+
---
1011

11-
```bash
12-
bun run index.ts
13-
```
12+
OpenControl is created by the maintainers of [SST](https://sst.dev).
1413

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.
14+
**Join our community** [Discord](https://sst.dev/discord) | [YouTube](https://www.youtube.com/c/sst-dev) | [X.com](https://x.com/SST_dev)

0 commit comments

Comments
 (0)