Offline SAP ABAP static analysis, Clean Core readiness checks, and RAP scaffolding. No SAP system.
claude mcp add abap-mcp -- npx -y abap-mcp
claude_desktop_config.json
{
"mcpServers": {
"abap-mcp": {
"command": "npx",
"args": [
"-y",
"abap-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"abap-mcp": {
"command": "npx",
"args": [
"-y",
"abap-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"abap-mcp": {
"command": "npx",
"args": [
"-y",
"abap-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"abap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"abap-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"abap-mcp": {
"command": "npx",
"args": [
"-y",
"abap-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.palimkarakshay--abap-mcp/reviews or the review_server meta-tool.
POST /mcp