Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.mario-andreschak/mcp-abap-abap-adt-api · v0.1.1
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
mcp-abap-abap-adt-api 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-abap-abap-adt-api": {
"command": "npx",
"args": [
"-y",
"mcp-abap-abap-adt-api"
],
"env": {
"SAP_URL": "<SAP_URL>",
"SAP_USER": "<SAP_USER>",
"SAP_PASSWORD": "<SAP_PASSWORD>"
}
}
}
}SAP_URL必填Base URL of the SAP system, e.g. https://host:44300
SAP_USER必填SAP username
SAP_PASSWORD必填secretSAP password
SAP_CLIENT可选SAP client number, e.g. 100
SAP_LANGUAGE可选Logon language, e.g. EN
NODE_TLS_REJECT_UNAUTHORIZED可选Set to 0 to allow self-signed certificates (development only), 1 to enforce TLS verification
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.mario-andreschak/mcp-abap-abap-adt-api",
"type": "mcp-server",
"version": "0.1.1",
"displayName": "mcp-abap-abap-adt-api",
"description": "MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems",
"repository": {
"url": "https://github.com/mario-andreschak/mcp-abap-abap-adt-api",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-abap-abap-adt-api",
"version": "0.1.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "SAP_URL",
"description": "Base URL of the SAP system, e.g. https://host:44300",
"isRequired": true
},
{
"name": "SAP_USER",
"description": "SAP username",
"isRequired": true
},
{
"name": "SAP_PASSWORD",
"description": "SAP password",
"isRequired": true,
"isSecret": true
},
{
"name": "SAP_CLIENT",
"description": "SAP client number, e.g. 100"
},
{
"name": "SAP_LANGUAGE",
"description": "Logon language, e.g. EN"
},
{
"name": "NODE_TLS_REJECT_UNAUTHORIZED",
"description": "Set to 0 to allow self-signed certificates (development only), 1 to enforce TLS verification"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.mario-andreschak/mcp-abap-abap-adt-api",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mario-andreschak%2Fmcp-abap-abap-adt-api/versions/latest",
"isOfficial": true,
"status": "active"
}
}