Skip to content

Commit b86fa98

Browse files
committed
docs(ai): update the mesh mcp setup
1 parent afc02b2 commit b86fa98

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

apps/docs/app/(home)/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import {linksApi} from "@/data/links-api";
8484
</span>
8585
<span className="inline-flex items-center">
8686
<Users className="w-4 h-4 mr-1" />
87-
3k+ Weekly Downloads
87+
1M+ Downloads
8888
</span>
8989
</div>
9090
</div>

apps/docs/content/docs/ai/index.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use Mesh MCP to access Mesh docs and get coding/debugging help directly in VS Co
4242
"command": "npx",
4343
"args": ["-y", "meshjs-mcp"],
4444
"env": {
45-
"OPENAI_API_KEY": "your-openai-api-key",
45+
"API_KEY": "your-api-key",
4646
"MODEL": "your-preferred-model"
4747
}
4848
}
@@ -52,13 +52,18 @@ Use Mesh MCP to access Mesh docs and get coding/debugging help directly in VS Co
5252

5353
### Setup notes
5454

55-
1. Replace your-openai-api-key with your OpenAI API key.
55+
1. Replace your-api-key with your API key from the supported providers (OpenAI, Gemini, or Anthropic Claude).
5656

57-
2. Set MODEL to the model you want to use.
57+
2. Set MODEL to the model you want to use from respective provider.
5858

5959
3. Restart your editor after saving the config.
6060

61-
4. Get help to code faster with Mesh MCP and AI editor
61+
4. Start the server manually (restarting alone doesn't run it):
62+
- VS Code: Open Command Palette (Cmd+Shift+P), search "MCP: List Servers", select "mesh-mcp", and choose "Run Server".
63+
- Cursor: Similar to VS Code, use the MCP extension's list servers command to run it.
64+
- Claude Desktop: The server should start automatically on launch if configured correctly in settings; check the MCP logs if issues arise.
65+
66+
5. Get help to code faster with Mesh MCP and AI editor
6267

6368
### Example
6469

0 commit comments

Comments
 (0)