lfx-mcp

linuxfoundation/lfx-mcp
★ 12 stars Go 🧠 Memory/Knowledge Updated 1d ago
LFX MCP (Model Context Protocol) Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lfx-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/linuxfoundation/lfx-mcp@latest"
      ]
    }
  }
}