Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP ABAP ADT
by
mario-andreschak
Verified
GitHub
Developer Tools
Databases
Version Control
TypeScript
MIT License
4
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
CHANGELOG.md
Dockerfile
.env.example
.gitignore
jest.config.js
LICENSE
mcp-abap-adt.code-workspace
package.json
README.md
smithery.yaml
tsconfig.json
{ "name": "@orchestraight.co/mcp-abap-adt", "version": "1.1.0", "main": "index.js", "scripts": { "test": "jest", "build": "tsc -p tsconfig.json", "start": "node ./dist/index.js", "dev": "npx @modelcontextprotocol/inspector node ./dist/index.js" }, "keywords": ["abap", "sap", "adt", "mcp", "model-context-protocol"], "author": "orchestraight.co", "description": "ABAP ADT (ABAP Development Tools) MCP Server for interacting with SAP systems", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/mario-andreschak/mcp-abap-adt.git" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.10", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "axios": "^1.7.9", "dotenv": "^16.4.7", "xml-js": "^1.6.11" } }