fluxforge
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., "@fluxforgepredict essential genes for lung cancer"
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.
FluxForge_MCP
The installable MCP server for FluxForge — a fail-closed Model Context Protocol server that fuses literature, regulatory/PPI networks, and genome-scale metabolic models to predict CRISPR gene dependencies and drug targets. 18 typed tools.
This is a lightweight distribution repo (server + ~1.5 MB runtime data only) so it clones and installs fast. The full research code — the benchmark engine, datasets, figures, and paper materials — lives in the main repo: https://github.com/ali-kishk/FluxForge.
Install
1. Install the package (pulls all Python dependencies — cobra, pandas, networkx, httpx, pydantic, mcp — and ships the ~1.5 MB runtime data bundled inside the wheel):
pip install fluxforge-mcpSolver is GLPK (bundled with cobra; no CPLEX/MATLAB needed).
2a. Claude Code — plugin marketplace (simplest; runs python -m mcp_server.server, no PYTHONPATH
or data-dir env vars needed once the package is installed):
/plugin marketplace add ali-kishk/FluxForge_MCP
/plugin install fluxforge@fluxforge2b. Claude Code — direct:
claude mcp add fluxforge -- python -m mcp_server.server2c. Claude Desktop — config (claude_desktop_config.json → mcpServers):
{
"mcpServers": {
"fluxforge": {
"command": "python",
"args": ["-m", "mcp_server.server"]
}
}
}Use the full path to your interpreter (e.g. .../python.exe) if python isn't on the client's PATH,
or if you installed fluxforge-mcp into a specific virtualenv.
Only literature.extract_claim needs an LLM backend (configure MCP_LLM_*); the other 17 tools run
with no LLM.
Related MCP server: GenomeMCP
Verify
Ask the client to "list your fluxforge tools" → you should get 18, starting with
session.init_artifacts. Or offline:
python -m mcp_server.server --selftest # -> registered tools: 18Data & output locations
The runtime data (Recon3D model, PPI table, regulatory map, CRISPR benchmark, comparators) ships
inside the installed package and is found automatically — no configuration needed. Outputs (session
dumps, viewers, negative-result reports) are written to ~/.fluxforge/outputs by default. Override
either with MCP_INPUT_DIR / MCP_OUTPUT_DIR if you need a different location.
License & citation
Apache-2.0 (see LICENSE / NOTICE) — © 2026 Ali Kishk. Cite via CITATION.cff. For the benchmark
methodology and results, cite the main FluxForge repo / preprint.
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 Servers
- Alicense-qualityAmaintenanceA unified biomedical graph database that integrates 50+ primary data sources — genes, proteins, compounds, diseases, pathways, and clinical data — into a single queryable graph with billions of cross-reference edges. Its native MCP server gives LLMs direct access to structured, authoritative biomedical data, complementing their reasoning with reliable identifiers and up-to-date database content.Last updated19AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.Last updated23MIT
- AlicenseAqualityAmaintenanceIntegrates AlphaFold DB and eight other biomedical data sources into MCP tools for variant clinical reporting, disease-target analysis, structural intelligence, and drug repurposing, with results persisted to a local SQLite knowledge graph.Last updated304Apache 2.0
- Alicense-qualityDmaintenanceEnables LLMs to directly access and analyze cancer dependency data from the DepMap, including gene search, dependency summaries, and top cell line dependencies, for therapeutic target evidence collection.Last updated1MIT
Related MCP Connectors
Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only.
Open Targets MCP — disease/target/drug knowledge graph.
STRING protein-protein interaction networks across ~12k organisms
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/ali-kishk/FluxForge_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server