Back to Home
erold-dev icon

mcp-server

Verified Safe

by erold-dev

Overview

Enables AI assistants to directly manage Erold projects by interacting with tasks, projects, knowledge bases, and team contexts.

Installation

Run Command
npx @erold/mcp-server@latest

Environment Variables

  • EROLD_API_KEY
  • EROLD_TENANT
  • EROLD_API_URL

Security Notes

The server securely handles API keys via environment variables (EROLD_API_KEY, EROLD_TENANT) and uses standard HTTPS for communication with the Erold API. It includes robust error handling, retries, and explicit logging for sensitive operations like retrieving vault secrets. No direct use of 'eval' or other highly risky dynamic code execution patterns was found in the provided source code. The core functionality relies on making authenticated HTTP requests to a defined external API, which is a common and generally safe pattern for an integration server. The primary security concern lies in the secure management of the EROLD_API_KEY by the user, which the project's documentation clearly advises on.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-10

Tags

AIProject ManagementTask ManagementKnowledge BaseMCP