Skip to content
Cursor

sourceforge mcp for Cursor

io.github.mrfentmen/sourceforge-mcp

Keyless MCP server for SourceForge: projects, files, stats.

client:Cursor transport:stdio runtime:npm

Install sourceforge mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sourceforge-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sourceforge-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sourceforge mcp in other clients