Skip to main content
Glama
Fixitdaz

SourceForge MCP Server

by Fixitdaz

🚀 SourceForge MCP Server

License: MIT Python 3.10+ Model Context Protocol

An official Model Context Protocol (MCP) server providing AI coding agents (Claude Desktop, AntiGravity, Cursor, Continue) with native capabilities to manage, inspect, and upload release artifacts to SourceForge.


🌟 Capabilities

  • sourceforge_get_project: Fetch project metadata, overview, description, and registered tools via the SourceForge Allura REST API.

  • sourceforge_get_download_stats: Pull real-time download counts, country metrics, and historical timeline statistics.

  • sourceforge_list_files: Browse released binaries, ISO images, and directory structures.

  • sourceforge_upload_file: Seamlessly upload large ISOs, binaries, or release packages directly to the SourceForge File Release System (frs.sourceforge.net) via authenticated SFTP without hitting 2GB API caps.


Related MCP server: SSH MCP Server

📦 Installation

Using uv / pip:

git clone https://github.com/Fixitdaz/mcp-server-sourceforge.git
cd mcp-server-sourceforge
pip install -e .

⚙️ Configuration

Add to your MCP Client configuration (e.g. claude_desktop_config.json or AntiGravity settings):

{
  "mcpServers": {
    "sourceforge": {
      "command": "python",
      "args": ["-m", "mcp_server_sourceforge.server"]
    }
  }
}

Or run directly with uvx:

{
  "mcpServers": {
    "sourceforge": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/Fixitdaz/mcp-server-sourceforge", "mcp-server-sourceforge"]
    }
  }
}

🔐 Authentication for Uploads

Uploading files to SourceForge requires an SSH Key registered in your SourceForge Account Preferences.

The server automatically looks for:

  • ~/.ssh/id_ed25519

  • ~/.ssh/id_rsa

Or you can pass a custom ssh_key_path when invoking sourceforge_upload_file.


📄 License

MIT License — Copyright (c) 2026 Fixitdaz

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to connect to and control a Virtual Private Server via SSH. It provides a comprehensive suite of tools for remote file system operations, session management, and shell command execution.
    10
    13
    2
    ISC
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to securely execute commands, transfer files, and manage port forwarding on remote servers via SSH.
    168
    36
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    Bridges AI coding assistants with website codebases, local git repositories, and shared hosting via FTP/SFTP, enabling code discovery, file management, git operations, smart deployments, backups, and rollbacks.
    19
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to perform FTP/FTPS/SFTP file operations including upload, download, sync, and directory management with multi-server support.
    36
    42
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fixitdaz/mcp-server-sourceforge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server