omgflux-mcp-server
If you are the rightful owner of omgflux-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Omg Flux MCP is a model context protocol server designed to facilitate communication between different components in a system using Node.js.
Omg Flux MCP
You can verify your Node.js installation by running:
node --version # Should show v18.0.0 or higher
Installation
- Clone the repository:
git clone https://github.com/XXpE3/omgflux-mcp-server.git && cd omgflux-mcp-server
- Install dependencies:
npm install
- Build the project:
npm run build
Configuration
{
"mcpServers": {
"omgflux-mcp": {
"command": "node",
"args": ["/path/to/omgflux-mcp-server/build/index.js"],
"env": {
"OHMYGPT_API_KEY": "your-api-key-here"
}
}
}
}