Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npm install
```Config
{
"mcpServers": {
"kagi-server": {
"command": "/path/to/kagi-server/build/index.js",
"env": {
"KAGI_API_KEY": "your_api_key_here"
}
}
}
}Exposed MCP Tools (1)
safe
kagi_searchPerforms a web search using the Kagi Search API and returns the results.
Read-only operation; retrieves search results without modifying data.
Safety Assessment
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.
- Read-only access to Kagi Search API via `kagi_search` tool.
- No write or delete operations are currently implemented.
- API key is stored as an environment variable, promoting secure handling.
- Limited scope of implemented tools reduces potential attack surface.
- API key management relies on proper environment variable configuration.
- Future planned tools (summarize, fastgpt, enrich) could introduce higher risk.
- Lack of input validation could lead to unexpected behavior.
- Dependency on Kagi API introduces external risk.
