$ timeahead_
mcp/oss-scoutmcp/install/cursor

install @oss-scout/mcp on Cursor

Requires Node 18+ on your system so npx can fetch the package on first run. Cursor reloads its MCP servers automatically the moment the file is saved — no restart needed. Paste the config below, then follow the reload step to register @oss-scout/mcp.

paste into
global: ~/.cursor/mcp.json
project: .cursor/mcp.json (commit alongside your repo)
{
  "mcpServers": {
    "oss-scoutmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@oss-scout/mcp"
      ]
    }
  }
}
then: No restart needed — Cursor picks up the change automatically.
← back to @oss-scout/mcp
Install @oss-scout/mcp MCP Server on Cursor | Timeahead