Loading...
npm install
```{
"mcpServers": {
"kagi-server": {
"command": "/path/to/kagi-server/build/index.js",
"env": {
"KAGI_API_KEY": "your_api_key_here"
}
}
}
}kagi_searchPerforms a web search using the Kagi Search API and returns the results.
Read-only operation; retrieves search results without modifying data.
The server is relatively safe due to its read-only nature and limited functionality. Risks are primarily related to API key management and potential vulnerabilities in future tools. Ensure proper environment variable configuration and monitor for updates to address potential vulnerabilities.