Productivity|Development|AI / ML|Cloud|UtilitiesRust
openfang
OpenFang is an open-source Agent Operating System for autonomous agents.
N/A rating (0 reviews)0 installs16,442 GitHub stars
AgentOperating SystemRust
OpenFang is a full operating system for autonomous agents, built from scratch in Rust. It is feature-complete but still pre-1.0, allowing for rapid development and fixes.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openfang": {
"args": [
"-y",
"@modelcontextprotocol/server-openfang"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.