a year ago
Alfa seamlessly brings the latest code docs directly into your AI code editor. Our MCP (model context protocol) server, is like a cheat code that helps AI code editors like Cursor just work, no matter what LLM you're using.
Server Config
{
"mcpServers": {
"alfa9": {
"command": "npx",
"args": [
"-y",
"@alfahq/mcp@latest"
],
"env": {
"ALFA_API_KEY": "<YOUR_API_KEY>"
}
}
}
}