Fetch Server
Retrieve web content and data from URLs for context enrichment
Server Configuration
Details about this MCP server configuration
Server ID:
fetch
Type:
stdio
Command:
Command
uvx mcp-server-fetch
Using This Server
How to use this MCP server in your application
Configuration Example
Add this server to your cue.config.json:
Command
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
}
}
}
Quick Start
Get started with this MCP server
To start using this MCP server, follow these steps:
- Ensure you have all prerequisites installed
- Add the server configuration to your cue.config.json
- Start Cue with the configuration file
- The MCP server will be automatically started when needed
Run Cue with this configuration:
Command
cue -r -c cue.config.json