Back to Home
OctoMind-dev icon

octomind-mcp

Verified Safe

by OctoMind-dev

Overview

This MCP server enables AI agents to create, execute, and manage end-to-end tests on the Octomind platform.

Installation

Run Command
npx -y @octomind/octomind-mcp@latest

Environment Variables

  • APIKEY
  • OCTOMIND_API_URL
  • REDIS_URL
  • SESSION_EXPIRATION_SECONDS
  • LOG_FILENAME
  • LOG_LEVEL
  • PORT

Security Notes

The server correctly uses environment variables for sensitive API keys (`APIKEY`) and Redis URLs (`REDIS_URL`), which is good practice. However, a `PUBLIC_MINTLIFY_API_KEY` is hardcoded in `src/search.ts` for documentation access. While labeled 'public' and likely low-risk, hardcoding any keys is generally discouraged. Session data, including `apiKey`, is stored in the configured session store (in-memory or Redis); securing the Redis instance is critical for production deployments. External API calls are made using `axios` to the Octomind platform and Mintlify search, which are standard operations but rely on the security of those external services.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassLow
Avg Tokens200
Stars21
Forks9
Last Update2026-01-19

Tags

e2e testingtest automationAI agentsMCPOctomind