File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ This MCP allows AI Agents like Cursor's Composer Agent to automatically read and
13
13
14
14
## Installation
15
15
16
+ ### From NPM (Recommended)
17
+
16
18
``` bash
17
19
# Install the package globally
18
20
npm install -g codebase-mcp
@@ -21,6 +23,28 @@ npm install -g codebase-mcp
21
23
codebase-mcp install
22
24
```
23
25
26
+ ### From GitHub
27
+
28
+ ``` bash
29
+ # Clone the repository
30
+ git clone https://github.com/DeDeveloper23/codebase-mcp.git
31
+
32
+ # Navigate to the project directory
33
+ cd codebase-mcp
34
+
35
+ # Install dependencies
36
+ npm install
37
+
38
+ # Build the project
39
+ npm run build
40
+
41
+ # Install globally
42
+ npm install -g .
43
+
44
+ # Install RepoMix (required dependency)
45
+ codebase-mcp install
46
+ ```
47
+
24
48
## Integration with Cursor
25
49
26
50
To use this MCP with Cursor's Composer Agent:
You can’t perform that action at this time.
0 commit comments