Back to Home
rifkimaulana05 icon

onemcp

Verified Safe

by rifkimaulana05

Overview

Accelerates API access for AI agents by caching execution plans derived from natural language prompts, ensuring accuracy, cost efficiency, and high performance.

Installation

Run Command
docker run --rm -p 8080:8080 admingentoro/gentoro:latest

Environment Variables

  • OPENAI_API_KEY
  • GEMINI_API_KEY
  • ANTHROPIC_API_KEY
  • OLLAMA_HOST
  • OLLAMA_MODEL_NAME
  • ARANGODB_PASSWORD
  • ARANGODB_ENABLED
  • GRAPH_INDEXING_ENABLED
  • SERVER_PORT
  • APP_ARGS

Security Notes

The server uses environment variables for sensitive API keys, which is good practice. However, it uses a hardcoded default `ARANGODB_PASSWORD=test123` for the ArangoDB database; this is a critical security vulnerability if not overridden for non-local deployments. The `EndpointInvoker` dynamically calls API endpoints based on parsed OpenAPI specs, which could pose a Server-Side Request Forgery (SSRF) risk if the OpenAPI specifications or agent prompts are compromised. Java Reflection is used in prompt templating, which requires careful auditing. Overall, safe for development with precautions, but needs strict configuration and validation for production.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-06

Tags

AIAPI IntegrationCachingLLM OrchestrationModel Context Protocol