kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
29 wiersze
534 B
Markdown
29 wiersze
534 B
Markdown
---
|
|
title: Raycast
|
|
description: How to use Agentic tools with Raycast as an MCP client.
|
|
---
|
|
|
|
## Example
|
|
|
|
```json
|
|
{
|
|
"mcpServers": {
|
|
"@agentic/search": {
|
|
"url": "https://gateway.agentic.so/@agentic/search/mcp"
|
|
}
|
|
}
|
|
}
|
|
```
|
|
|
|
## Raycast Deep Link
|
|
|
|
<Frame>
|
|
<img
|
|
src='https://agentic.so/assets/mcp-clients/raycast-screenshot.jpg'
|
|
alt='Raycast Deep Link'
|
|
className='w-full rounded-lg overflow-hidden'
|
|
/>
|
|
</Frame>
|
|
|
|
See the [Raycast MCP docs](https://manual.raycast.com/model-context-protocol) for more details.
|