MCP server + reusable tool primitives for SAP Cloud ALM, built on @mcp-abap-adt/calm-client
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-calm-server npx -y fr0ster/mcp-calm-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-calm-server": {
"command": "npx",
"args": [
"-y",
"fr0ster/mcp-calm-server"
]
}
}
}