S4MCPDEMO.git
@SHENRUIYANG
S4MCPDEMO.git について
Only a demo to show the possibility of MCP for SAP connection
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"S4MCPDEMO": {
"command": "python",
"args": [
"MM03_MCP.py",
"--mode=http",
"--host=0.0.0.0",
"--port=5003"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is S4MCPDEMO.git?
S4MCPDEMO.git is a demonstration service for interacting with SAP S/4HANA systems to query material master data. It can run as an HTTP API server or as a standard input/output tool, enabling integration with smart assistants like Cursor. This version is for demonstration only and not for productive use.
How to use S4MCPDEMO.git?
Clone the repository, install dependencies with pip, and configure SAP connection via a .env file or environment variables. Start the server in HTTP mode with python MM03_MCP.py --mode=http --host=0.0.0.0 --port=5003, in stdio mode with --mode=stdio, or in REST mode for MCP.so. API endpoints include /mcp_MM03_BasicData, /mcp_MM03_DescToMaterial, and /mcp_MM03_Description_Search. Docker deployment is also supported.
Key features of S4MCPDEMO.git
- Dual Mode Operation: HTTP API and stdio
- Material Basic Information Query
- Material Description Search
- Multilingual Support (Chinese, English, German, etc.)
- Type Safety with Pydantic models
- API Key Authentication using JWT
- MCP.so Hosting Support for cloud deployment
Use cases of S4MCPDEMO.git
- Query detailed material master data from SAP
- Search materials by description text
- Retrieve material descriptions in specific languages
- Integrate material data queries into Cursor or similar smart assistants
- Deploy as a cloud service on MCP.so for remote access
FAQ from S4MCPDEMO.git
What is the purpose of this server?
It provides material master data query functionality for SAP systems, but it is only for demonstration and cannot be used in a production environment.
What are the dependencies and runtime requirements?
Requires Python 3.7+, access to a SAP S/4HANA system, and dependencies including FastAPI, Uvicorn, httpx, python-dotenv, Pydantic, and FastMCP.
How is authentication handled?
The server uses API key authentication with JWT. API keys contain user email, SAP connection info, and expiration date. The key generation script is not included; contact the author to obtain keys.
Can this be deployed on MCP.so?
Yes, the repository includes a chatmcp.yaml configuration and a Dockerfile for deployment to MCP.so.
What are the main API endpoints?
POST /mcp_MM03_BasicData: Get material basic informationPOST /mcp_MM03_DescToMaterial: Search materials by descriptionPOST /mcp_MM03_Description_Search: Get material descriptions in a specific languageGET /health: Health checkGET /.well-known/mcp-manifest.json: API manifest
「バージョン管理」の他のコンテンツ
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
AIO-MCP Server
athapong🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from https://github.com/nguyenvanduocit/all-in-one-model-context-protocol
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
コメント