Raw values for abap-adt-mcp in namespace io.github
io.github.williansaez/abap-adt-mcp · Registry status: active
No name of its own reaches this register for this entry. The heading therefore carries the trailing segment of the identifier; the identifier itself is listed below as a coordinate.
What the source declared verbatim, unchanged and uninterpreted. The derived values on the overview page are computed from these.
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Description (raw) | ABAP development from Claude and other MCP hosts: source, transports, tests, ATC, debugger Source: MCP-Register · collected on 2026-09-05 · self-declared |
|---|---|
| Environment variables (raw) | SAP_SYSTEMS_FILE, SAP_SYSTEMS, SAP_DEFAULT_DESTINATION, SAP_AUTH_TYPE, MCP_HTTP_PORT, MCP_HTTP_HOST, MCP_HTTP_TOKEN, MCP_HTTP_MAX_SESSIONS, MCP_HTTP_MAX_BODY_BYTES, MCP_HTTP_SESSION_TTL_MINUTES, MCP_HTTP_ALLOWED_ORIGINS, MCP_HTTP_ALLOWED_HOSTS, MCP_EXPORT_ROOT, MCP_AUDIT_FILE, MCP_READ_ONLY, MCP_TOOLSETS, MCP_DISABLED_TOOLSETS, MCP_MAX_RESPONSE_CHARS, SAP_ALLOW_REENTRANCE_TICKET, SAP_URL, SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE, SAP_BROWSER_PATH, SAP_BROWSER_PROFILE_DIR, SAP_TLS_INSECURE, SAP_OAUTH_TOKEN_URL, SAP_OAUTH_CLIENT_ID, SAP_OAUTH_CLIENT_SECRET, SAP_OAUTH_SCOPE, MCP_PROFILE_GATE, MCP_SOURCE_CACHE_TTL_SECONDS, MCP_CACHE_DIR Source: MCP-Register · collected on 2026-09-05 · self-declared |
| Required secret variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Transports (raw) | stdio Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Repository (raw) | https://github.com/williansaez/abap-adt-mcp Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Package registries (raw) | npm Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Path environment variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| First listed in the registry (raw) | 2026-09-04 Source: MCP-Register · collected on 2026-09-05 · self-declared |
| Last changed in the registry (raw) | 2026-09-04 Source: MCP-Register · collected on 2026-09-05 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Delivery form (raw) | package Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Package identifiers (raw) | abap-adt-mcp Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Package versions (raw) | 1.0.1 Source: MCP-Register · collected on 2026-09-05 · self-declared |
| Runtime hints (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Environment variable formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Environment variable descriptions (raw) | MCP_AUDIT_FILE=Path of a JSONL audit trail: one record per tool call (tool, destination, duration, outcome ok/error/denied/unavailable, policy gate, redacted argument summary) · MCP_CACHE_DIR=Directory for the cached SAP cloudification repository used by apiReleaseState (default ~/.abap-adt-mcp/cache) · MCP_DISABLED_TOOLSETS=Toolsets to hide, comma list (core cannot be disabled) · MCP_EXPORT_ROOT=When set, exportPackageSources may only write inside this directory · MCP_HTTP_ALLOWED_HOSTS=Comma-separated Host header values allowed (DNS-rebinding protection; loopback hosts always allowed when bound to loopback) · MCP_HTTP_ALLOWED_ORIGINS=Comma-separated Origin values allowed on the HTTP transport (loopback origins always allowed when bound to loopback; * allows any) · MCP_HTTP_HOST=Bind address for the HTTP transport (default 127.0.0.1). Set 0.0.0.0 only inside containers that publish the port · MCP_HTTP_MAX_BODY_BYTES=Largest request body the HTTP transport accepts, in bytes (default 4194304); larger bodies are refused with HTTP 413 · MCP_HTTP_MAX_SESSIONS=Maximum concurrent MCP sessions on the HTTP transport (default 16); further initialize requests get 503 · MCP_HTTP_PORT=When set (1024-65535), serve Streamable HTTP on http://127.0.0.1:<port>/mcp with bearer-token auth instead of stdio · MCP_HTTP_SESSION_TTL_MINUTES=Idle minutes after which an HTTP session (and its SAP sessions/locks) is closed (default 30) · MCP_HTTP_TOKEN=Bearer token for the HTTP transport; auto-generated and written to ~/.abap-adt-mcp/http-token when unset · MCP_MAX_RESPONSE_CHARS=Character budget for a single tool response before results are paged/truncated (default 40000, minimum 5000). Raise it if your MCP host accepts larger tool outputs · MCP_PROFILE_GATE=Platform gate for toolsets the destination does not expose (debugger, traces, abapGit, ...): enforce (default, refuse before calling SAP), warn (log only) or off · MCP_READ_ONLY=Set to 1 to make every destination read-only (server-side; only read-only annotated tools plus login/logout run). Per-destination policies live in systems.json · MCP_SOURCE_CACHE_TTL_SECONDS=Lifetime of the per-session source cache used by grepPackage, cdsViewInfo and syntaxCheckCode (default 300; 0 keeps entries until logout) · MCP_TOOLSETS=Toolsets to publish: comma list (core,source,objects,transports,analysis,tests,atc,data,discovery,runtime,refactoring,rap,services,git,debugger,traces) or a preset: all (default) or focused · SAP_ALLOW_REENTRANCE_TICKET=Set to 1 to enable the reentranceTicket tool (disabled by default: it returns a live SAP logon credential into the conversation) · SAP_AUTH_TYPE=Default auth type for entries that don't specify one: sso (default), basic, or oauth · SAP_BROWSER_PATH=SSO destinations: path to a Chromium/Chrome/Edge binary for the browser login (auto-detected when unset) · SAP_BROWSER_PROFILE_DIR=SSO destinations: directory of the persistent browser profile that keeps the identity-provider session (default ~/.abap-adt-mcp/sso/<host>) · SAP_CLIENT=Legacy single-system mode: SAP client number, e.g. 100 · SAP_DEFAULT_DESTINATION=Destination name used when a tool call omits `destination` (alternatively mark an entry with "default": true) · SAP_LANGUAGE=Legacy single-system mode: logon language, e.g. EN · SAP_OAUTH_CLIENT_ID=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client id · SAP_OAUTH_CLIENT_SECRET=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client secret · SAP_OAUTH_SCOPE=Legacy single-system mode with SAP_AUTH_TYPE=oauth: optional OAuth2 scope · SAP_OAUTH_TOKEN_URL=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 token endpoint (client_credentials) · SAP_PASSWORD=Legacy single-system mode: SAP password · SAP_SYSTEMS=Inline JSON map of destinations (same shape as SAP_SYSTEMS_FILE). Contains credentials — prefer SAP_SYSTEMS_FILE · SAP_SYSTEMS_FILE=Path to a JSON file mapping destination names to system configs (url, client, authType basic/sso/oauth, credentials). Recommended; keep the file mode 0600. See systems.example.json · SAP_TLS_INSECURE=Legacy single-system mode: set to 1 to skip TLS certificate verification for that system only (sandboxes with self-signed certificates) · SAP_URL=Legacy single-system mode: base URL of the SAP system, e.g. https://host:44300 · SAP_USER=Legacy single-system mode: SAP username Source: MCP-Register · collected on 2026-09-05 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-04 · self-declared |
Position within the directory
How many of the 27,219 published entries carry the same measured value. A reference figure, not an assessment.
- Required secrets declaredno22,553 of 27,219 carry this value (83 %)View these entries
- Execution locationlocal13,073 of 27,219 carry this value (48 %)View these entries
- Path argument presentno26,933 of 27,219 carry this value (99 %)View these entries
- Repository URL listedyes20,691 of 27,219 carry this value (76 %)View these entries
- Field of use, derived from the vendor descriptionTesting76 of 27,219 carry this value (0.3 %)View these entries
All 5 values together are carried by 36 of 27,219 entries.
tracevero · https://tracevero.com/mcp/io-github-williansaez-abap-adt-mcp/rohangaben