SourceForge MCP Server
Provides tools for interacting with SourceForge, enabling project metadata retrieval, download statistics, file browsing, and secure file uploads to the SourceForge File Release System.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SourceForge MCP ServerShow download statistics for the FileZilla project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 SourceForge MCP Server
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.
This server cannot be installed
Maintenance
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
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
Manage Laravel Forge servers, sites, and deployments from your AI assistant.
Get share links, publish and manage websites, artifacts and agents. No account needed.
Search, fetch (with provenance), scan, and convert AI instruction files for agents.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.10132ISC
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to securely execute commands, transfer files, and manage port forwarding on remote servers via SSH.16836Apache 2.0
- AlicenseNot gradedqualityDmaintenanceBridges 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.19MIT
- AlicenseBqualityDmaintenanceEnables AI agents to perform FTP/FTPS/SFTP file operations including upload, download, sync, and directory management with multi-server support.36421MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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