eve mentor mcp for Cursor
io.github.henryjrobinson/eve-mentor-mcp
AI mentor for new & returning EVE Online players: losses, skills, fits, ISK, routes, and more.
client:Cursor
transport:stdio
runtime:npm
Install eve mentor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eve-mentor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eve-mentor-mcp"
],
"env": {
"EVE_CLIENT_ID": "<EVE_CLIENT_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs