
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
fluent-mcp-server
Advanced tools
Smart documentation navigator for ANSYS Fluent - helps AI assistants find official docs
✅ Ready to Use - Version 0.2.0 (Smart Documentation Navigator)
A Model Context Protocol (MCP) server that helps AI assistants navigate ANSYS Fluent online documentation efficiently.
No installation needed! Just configure your MCP client:
Using Claude Code CLI:
claude mcp add --transport stdio fluent -- uvx fluent-mcp-server
Manual .mcp.json configuration (Development Mode):
For local development, create .mcp.json in your project root:
{
"mcpServers": {
"fluent": {
"command": "uv",
"args": [
"--directory",
"/path/to/fluent-mcp-server",
"run",
"fluent-mcp-server"
],
"env": {
"FLUENT_VERSION": "2025R2"
}
}
}
}
Important: Update /path/to/fluent-mcp-server to your actual installation path.
# Clone the repository
git clone https://github.com/your-org/fluent-mcp-server.git
cd fluent-mcp-server
# Install with uv
uv pip install -e ".[dev]"
# Run tests
uv run pytest
# Run server
uv run fluent-mcp-server
📖 For detailed setup and usage instructions, see md-files/QUICKSTART.md
search_helpFind ANSYS Fluent documentation URLs for your query. Returns search URLs and suggested manual sections.
Parameters:
query (required): Search term (e.g., "flamelet model", "read case", "turbulence")max_suggestions (optional): Maximum manual section suggestions (default: 3)Returns:
Example:
search_help("flamelet model")
# Returns:
# - Search URL: https://ansyshelp.ansys.com/search?q=flamelet+model
# - Suggested: flamelet User Guide + Theory Guide
# - All manuals: User Guide, TUI, Theory, UDF
search_help("read case")
# Returns URLs to file/read-case TUI documentation
list_topicsList the 35+ topics with pre-mapped documentation routes.
Returns: List of topics like: file, turbulence, combustion, flamelet, mesh, boundary, udf, etc.
Example:
list_topics()
get_manual_linkGet direct link to a specific Fluent manual or section.
Parameters:
manual (required): Manual name (user_guide, tui, theory, udf)section (optional): Section path (e.g., "turbulence", "file/read-case")Example:
get_manual_link("udf", "introduction")
# Returns: https://ansyshelp.ansys.com/.../flu_udf/introduction.html
You: How do I use the flamelet model in Fluent?
Claude: [Calls search_help("flamelet model")]
[Receives URLs to flamelet documentation]
[Uses WebFetch to read the actual documentation]
[Provides answer based on official ANSYS docs]
You: Show me the command to read a case file
Claude: [Calls search_help("read case")]
[Gets URL to file/read-case TUI command]
[Retrieves documentation and shows syntax]
User Query → MCP search_help → Returns URLs →
LLM uses WebFetch → Reads official docs → Answers user
The MCP server acts as a smart navigator, not a content database.
fluent-mcp-server/
├── src/fluent_mcp_server/
│ ├── server.py # FastMCP server & tool definitions
│ ├── doc_finder.py # Smart URL router (35+ topic mappings)
│ └── __init__.py
├── md-files/
│ ├── ARCHITECTURE.md # Technical architecture
│ └── ...
├── tests/ # Unit tests
├── examples/ # Usage examples
└── pyproject.toml # Project configuration
Version 0.2.0: Smart Documentation Navigator ✅ COMPLETE
Features:
Coverage:
Phase 1.x: Route Expansion (Future)
Phase 2: PyFluent Integration (Planned)
Phase 3: Workflow Automation (Planned)
See md-files/ARCHITECTURE.md for detailed roadmap.
Getting Started:
md-files/QUICKSTART.md - Setup and usage guideREADME.md - This file (overview)Technical Documentation:
md-files/ARCHITECTURE.md - System architecture and designmd-files/TOOLS.md - Complete tool catalogmd-files/ANSYS_HELP_GUIDE.md - ANSYS Help site patternsValidation & Analysis:
md-files/REDDIT_REAL_WORLD_EXAMPLES.md - Real user questionsmd-files/GAP_ANALYSIS.md - Coverage analysismd-files/USERSTORY.md - User scenariosDevelopment:
MIT License
Contributions welcome! Please ensure:
uv run pytestFAQs
Smart documentation navigator for ANSYS Fluent - helps AI assistants find official docs
We found that fluent-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.