sherifmohamed2/llm-agent-execution-server
A modular LLM agent execution server built with FastAPI, Redis, and tool orchestration. Supports session memory, multi-LLM providers, tool execution, rate limiting, and production-ready architecture designed for scalable AI agent systems.
Platform-specific configuration:
{
"mcpServers": {
"llm-agent-execution-server": {
"command": "npx",
"args": [
"-y",
"llm-agent-execution-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...