Content
# Omg Flux MCP
You can verify your Node.js installation by running:
```
node --version # Should show v18.0.0 or higher
```
## Installation
1. Clone the repository:
```
git clone https://github.com/XXpE3/omgflux-mcp-server.git && cd omgflux-mcp-server
```
2. Install dependencies:
```
npm install
```
3. Build the project:
```
npm run build
```
## Configuration
```json
{
"mcpServers": {
"omgflux-mcp": {
"command": "node",
"args": ["/path/to/omgflux-mcp-server/build/index.js"],
"env": {
"OHMYGPT_API_KEY": "your-api-key-here"
}
}
}
}
```
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
memo
Memo MCP -- save and restore conversation across agents
deep-code-reasoning-mcp
An MCP server integrating Claude Code and Gemini AI for advanced code analysis.
memory-bank-MCP
Memory Bank MCP is an MCP server for structured project knowledge management...