octomind-mcp
Verified Safeby OctoMind-dev
Overview
Enables AI agents to programmatically create, execute, and manage end-to-end tests on the Octomind platform.
Installation
npx @octomind/octomind-mcpEnvironment Variables
- APIKEY
- OCTOMIND_API_URL
- REDIS_URL
- SESSION_EXPIRATION_SECONDS
- LOG_FILENAME
- LOG_LEVEL
Security Notes
The server uses `zod` for robust input validation on all tool parameters, which is a strong security practice. API keys are managed through environment variables or request headers and are redacted from error logs. Session management supports both in-memory and Redis storage with optional expiration. A `PUBLIC_MINTLIFY_API_KEY` is hardcoded, but it's explicitly labeled as public and used for a search service, not for sensitive operations on the Octomind platform itself. No `eval` or obvious malicious code patterns were found.
Similar Servers
klavis
Creates a universal MCP server that aggregates and manages multiple individual MCP server integrations, allowing AI agents to access a wide range of tools through a single interface for various tasks like email summarization and YouTube video analysis.
mcp-servers
MCP server for managing files in cloud storage, currently supporting Google Cloud Storage (GCS) with planned support for AWS S3.
qasphere-mcp
This server enables Large Language Models (LLMs) to interact with QA Sphere test cases for discovery, summarization, and conversation, integrating test management into AI-powered IDE development workflows.
agentxsuite
A unified open-source platform for connecting, managing, and monitoring AI agents and tools across various Model Context Protocol (MCP) servers.