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
Expand README with recommended plugin install commands for Claude/Codex and Windsurf, plus a new "CLI Setup (No VS Code)" section describing the MCP bridge: installation, quick start, daemon management, connect flags, and how to wire up the MCP server (stdio/HTTP). Also update Getting Started to include CLI connection option and clarify skill installation. Minor formatting and copy tweaks to streamline installation guidance.
Copy file name to clipboardExpand all lines: README.md
+85-37Lines changed: 85 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,45 +14,28 @@
14
14
15
15
---
16
16
17
-
## A Note to Our Community
18
-
19
-
We owe you an honest explanation.
20
-
21
-
Context Engine was originally open source. We built it in the open because we believed in the community and wanted developers everywhere to benefit from better code search.
22
-
23
-
Unfortunately, we've seen our work consistently monetized and cloned by others without attribution — entire products built on top of our code and sold commercially. After careful consideration, we've made the difficult decision to remove the source code from this repository.
24
-
25
-
**We're sorry.** We know this is frustrating, especially for those who contributed, starred, or relied on the public codebase. This wasn't the outcome we wanted, and we take full responsibility for not protecting the project sooner.
26
-
27
-
**What's still here:**
28
-
- AI agent skills for all major coding assistants (see below)
29
-
- The Context Engine marketing site ([context-engine.ai](https://context-engine.ai))
30
-
- License, legal notices, and attribution files
31
-
32
-
**What's available through the platform:**
33
-
- Full hosted service at [context-engine.ai](https://context-engine.ai)
34
-
- VS Code extension on the marketplace
35
-
-`ctx-mcp-bridge` on npm
36
-
37
-
We remain committed to building the best code intelligence tools for developers. If you have questions, reach out at **john@context-engine.ai**.
38
-
39
-
---
40
-
41
17
## Install Skills
42
18
43
19
Context Engine ships AI agent skills that teach your coding assistant how to use 30+ MCP tools for semantic search, symbol graph navigation, memory, and more.
44
20
45
21
### Claude Code / Claude Desktop
46
22
47
-
The skill is auto-loaded when you connect Context Engine as an MCP server. No manual installation needed.
23
+
**Recommended:** Install natively from the public GitHub repo:
@@ -98,6 +91,59 @@ Then tell your assistant: *"Read SKILL.md for instructions on using Context Engi
98
91
99
92
---
100
93
94
+
## CLI Setup (No VS Code)
95
+
96
+
If you use Claude Code, Codex, or another terminal-based MCP client, install the **MCP bridge** to connect your codebase to Context Engine without VS Code:
0 commit comments