mcp-calm-server

fr0ster/mcp-calm-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server + reusable tool primitives for SAP Cloud ALM, built on @mcp-abap-adt/calm-client
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-calm-server": {
      "command": "npx",
      "args": [
        "-y",
        "fr0ster/mcp-calm-server"
      ]
    }
  }
}