Skip to content

Commit d6d1df4

Browse files
committed
Expand README.md: clarify CodeAlive MCP server installation guide and improve setup instructions for AI clients, emphasizing Remote HTTP option.
1 parent 542e2c8 commit d6d1df4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,15 @@ You may ask your AI agent to install the CodeAlive MCP server for you.
7070
1. Copy-Paste the following prompt into your AI agent (remember to insert your API key):
7171
```
7272
Here is CodeAlive API key: PASTE_YOUR_API_KEY_HERE
73-
Add the CodeAlive MCP server following an installation guide from `curl https://raw.githubusercontent.com/CodeAlive-AI/codealive-mcp/main/README.md`. If API key is not provided, help me to issue a CodeAlive API key and ask me to input it, then properly add CodeAlive MCP server, preferring the remote one.
73+
74+
Add the CodeAlive MCP server by following the installation guide from the README at https://raw.githubusercontent.com/CodeAlive-AI/codealive-mcp/main/README.md
75+
76+
Find the section "AI Client Integrations" and locate your client (Claude Code, Cursor, Gemini CLI, etc.). Each client has specific setup instructions:
77+
- For Gemini CLI: Use the one-command setup with `gemini mcp add`
78+
- For Claude Code: Use `claude mcp add` with the --transport http flag
79+
- For other clients: Follow the configuration snippets provided
80+
81+
Prefer the Remote HTTP option when available. If API key is not provided above, help me issue a CodeAlive API key first.
7482
```
7583
Then allow execution.
7684

@@ -168,13 +176,13 @@ headers = { Authorization = "Bearer YOUR_API_KEY_HERE" }
168176
<details>
169177
<summary><b>Gemini CLI</b></summary>
170178

171-
**One command setup:**
179+
**One command setup (complete):**
172180

173181
```bash
174182
gemini mcp add --transport http secure-http https://mcp.codealive.ai/api --header "Authorization: Bearer YOUR_API_KEY_HERE"
175183
```
176184

177-
Replace `YOUR_API_KEY_HERE` with your actual API key.
185+
Replace `YOUR_API_KEY_HERE` with your actual API key. That's it - no config files needed! 🎉
178186

179187
</details>
180188

0 commit comments

Comments
 (0)