Evipedia for Cursor
io.github.forever-healthy/evipedia-mcp
MCP Server for evipedia.ai — evidence-based reviews of health & longevity interventions
client:Cursor
transport:stdio
runtime:npm
Install Evipedia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"evipedia-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"evipedia-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs