MCP-section-buckling

runtosolve/MCP-section-buckling
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server exposing CeeSectionBucklingAPI.jl to AI assistants (Julia backend + Python FastMCP wrapper, packaged as one Docker image).
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": {
    "mcp-section-buckling": {
      "command": "uvx",
      "args": [
        "mcp-section-buckling"
      ]
    }
  }
}

Or install with pip: pip install mcp-section-buckling