Loading...
{
"mcpServers": {
"vercel-ai-docs": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_PROJECT/dist/main.js"],
"env": {
"GOOGLE_GENERATIVE_AI_API_KEY": "your-google-api-key-here"
}
}
}
}agent-queryQueries the Vercel AI SDK documentation using an AI agent to synthesize information.
AI agent can generate inaccurate or misleading responses; relies on external API.
direct-queryPerforms a direct similarity search against the Vercel AI SDK documentation index.
Read-only access to documentation; no side effects.
clear-memoryClears the conversation memory for a specific session or all sessions.
Potentially impacts user experience; no direct security risk.
This server is relatively safe for querying documentation. The primary risks stem from reliance on the Google Gemini API and the potential for the AI agent to generate incorrect information. Ensure proper API key management and validate agent responses.