Skip to content
VS Code

eve mentor mcp for VS Code

io.github.henryjrobinson/eve-mentor-mcp

AI mentor for new & returning EVE Online players: losses, skills, fits, ISK, routes, and more.

client:VS Code transport:stdio runtime:npm

Install eve mentor mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "eve-client-id",
      "description": "EVE_CLIENT_ID",
      "password": true
    }
  ],
  "servers": {
    "eve-mentor-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "eve-mentor-mcp"
      ],
      "env": {
        "EVE_CLIENT_ID": "${input:eve-client-id}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

eve mentor mcp in other clients