RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.marianfoo/arc-1 · v0.9.13
MCP server for SAP ABAP systems
ARC-1 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"arc-1": {
"command": "npx",
"args": [
"-y",
"arc-1"
],
"env": {
"SAP_URL": "<SAP_URL>",
"SAP_USER": "<SAP_USER>",
"SAP_PASSWORD": "<SAP_PASSWORD>"
}
}
}
}SAP_URL必填SAP system URL (e.g., http://host:50000)
SAP_USER必填SAP username
SAP_PASSWORD必填secretSAP password
SAP_CLIENT可选SAP client number
SAP_LANGUAGE可选SAP logon language
SAP_INSECURE可选Skip TLS certificate verification
SAP_ALLOW_WRITES可选Allow ABAP object mutations (safe default: false)
SAP_URL必填SAP system URL (e.g., http://host:50000)
SAP_USER必填SAP username
SAP_PASSWORD必填secretSAP password
SAP_CLIENT可选SAP client number
SAP_LANGUAGE可选SAP logon language
SAP_INSECURE可选Skip TLS certificate verification
SAP_ALLOW_WRITES可选Allow ABAP object mutations (safe default: false)
SAP_TRANSPORT可选MCP transport (Docker defaults to http-streamable, set to stdio for local MCP clients)
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.marianfoo/arc-1",
"type": "mcp-server",
"version": "0.9.13",
"displayName": "ARC-1",
"description": "MCP server for SAP ABAP systems",
"repository": {
"url": "https://github.com/marianfoo/arc-1.git",
"source": "github"
},
"homepage": "https://marianfoo.github.io/arc-1/",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "arc-1",
"version": "0.9.13",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SAP_URL",
"description": "SAP system URL (e.g., http://host:50000)",
"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"
},
{
"name": "SAP_LANGUAGE",
"description": "SAP logon language"
},
{
"name": "SAP_INSECURE",
"description": "Skip TLS certificate verification"
},
{
"name": "SAP_ALLOW_WRITES",
"description": "Allow ABAP object mutations (safe default: false)"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/marianfoo/arc-1:0.9.13",
"runtimeHint": "docker",
"transport": "stdio",
"environmentVariables": [
{
"name": "SAP_URL",
"description": "SAP system URL (e.g., http://host:50000)",
"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"
},
{
"name": "SAP_LANGUAGE",
"description": "SAP logon language"
},
{
"name": "SAP_INSECURE",
"description": "Skip TLS certificate verification"
},
{
"name": "SAP_ALLOW_WRITES",
"description": "Allow ABAP object mutations (safe default: false)"
},
{
"name": "SAP_TRANSPORT",
"description": "MCP transport (Docker defaults to http-streamable, set to stdio for local MCP clients)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.marianfoo/arc-1",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.marianfoo%2Farc-1/versions/latest",
"isOfficial": true,
"status": "active"
}
}