From f34dba954a23793f43dfaa3094bd9c20e93b8174 Mon Sep 17 00:00:00 2001 From: Kosuke Ishikawa <76713276+ksterx@users.noreply.github.com> Date: Wed, 13 May 2026 16:00:44 +0900 Subject: [PATCH] Fix duplicate entry for ksterx/srunx in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49923930d..9bee89dc2 100644 --- a/README.md +++ b/README.md @@ -438,7 +438,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [dagger/container-use](https://github.com/dagger/container-use) 🏎️ 🏠 🐧 🍎 🪟 - Containerized environments for coding agents. Multiple agents can work independently, isolated in fresh containers and git branches. No conflicts, many experiments. Full execution history, terminal access to agent environments, git workflow. Any agent/model/infra stack. - [gwbischof/outsource-mcp](https://github.com/gwbischof/outsource-mcp) 🐍 ☁️ - Give your AI assistant its own AI assistants. For example: "Could you ask openai to generate an image of a dog?" - [hileamlakB/PRIMS](https://github.com/hileamlakB/PRIMS) 🐍 🏠 – A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment. -- [ksterx/srunx](https://github.com/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. [![ksterx/srunx MCP server](https://glama.ai/mcp/servers/ksterx/srunx/badges/score.svg)](https://glama.ai/mcp/servers/ksterx/srunx) +- [ksterx/srunx](https://github.com/ksterx/srunx) [![ksterx/srunx MCP server](https://glama.ai/mcp/servers/ksterx/srunx/badges/score.svg)](https://glama.ai/mcp/servers/ksterx/srunx) 🐍 🏠 🐧 🍎 - MCP server for the SLURM workload manager. Submit jobs, run YAML workflows, monitor GPU resources, manage SSH profiles, and sync files to remote HPC clusters from natural language. 14 tools spanning local SLURM and SSH-remote clusters; companion CLI and FastAPI Web UI ship in the same package. - [mavdol/capsule/mcp-server](https://github.com/mavdol/capsule/tree/main/integrations/mcp-server) [![capsule-mcp-server MCP server](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/mavdol/capsule-mcp-server) 🦀 🏠 🍎 🪟 🐧 - Run untrusted Python/JavaScript code in WebAssembly sandboxes. - [HanSur94/matlab-mcp-server-python](https://github.com/HanSur94/matlab-mcp-server-python) [![HanSur94/matlab-mcp-server-python MCP server](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python/badges/score.svg)](https://glama.ai/mcp/servers/HanSur94/matlab-mcp-server-python) 🐍 🏠 🍎 🪟 🐧 - Connect AI agents to MATLAB — execute code, run async jobs with progress reporting, get interactive Plotly plots, expose custom .m functions as tools, and monitor via live dashboard. - [ouvreboite/openapi-to-mcp](https://github.com/ouvreboite/openapi-to-mcp) #️⃣ ☁️ - Lightweight MCP server to access any API using their OpenAPI specification. Supports OAuth2 and full JSON schema parameters and request body.