Llm Agent
Freeby MCP Community
Core components for building Smart LLM agents, plus a default MCP-orchestrated OpenAI-compatible server implementation.
v7.0.0Added Apr 12, 2026
llmagentmcpmodel-context-protocolsap-ai-core
Llm Agent MCP Server
Core components for building Smart LLM agents, plus a default MCP-orchestrated OpenAI-compatible server implementation.
Installation
npx -y @mcp-abap-adt/llm-agent
Reviews
Installation
Quick install
npx -y @mcp-abap-adt/llm-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"llm-agent": {
"command": "npx",
"args": ["-y", "@mcp-abap-adt/llm-agent"]
}
}
}