Skip to content

Repository files navigation

MCP for section buckling

Getting started

Claude desktop

  1. Go to Settings -> Developer
  2. Click Edit Config
  3. Open claude_desktop_config.json
  4. Add the following to mcpServers:
{
  "section-buckling": {
    "command": "npx",
    "args": [
        "mcp-remote",
        "https://mcp.runtosolve.com/mcp-section-buckling"
    ]
  }
}
  1. Save the file and restart Claude desktop.

Running locally

At step 4, use the following setting instead:

{
  "section-buckling": {
    "command": "npx",
    "args": [
        "mcp-remote",
        "http://127.0.0.1:8000/mcp-section-buckling"
    ]
  }
}

About

MCP server exposing CeeSectionBucklingAPI.jl to AI assistants (Julia backend + Python FastMCP wrapper, packaged as one Docker image).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages