Loading MCP server directory, please wait...
MCP server for Teramind's insider-threat/employee-monitoring API (read-only, metadata-only surface).
npx @getmcp/cli add io.github.WYRE-AI/teramind-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
TERAMIND_ACCESS_TOKENTeramind Access Token (JWT, generated in the dashboard's Access Tokens menu). See README's Credential scope section before minting one.
TERAMIND_INSTANCE_URLPer-instance Teramind dashboard base URL, e.g. https://yourcompany.teramind.co.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/teramind-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TERAMIND_ACCESS_TOKEN",
"-e",
"TERAMIND_INSTANCE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/teramind-mcp:v1.0.0"
],
"env": {
"TERAMIND_ACCESS_TOKEN": "",
"TERAMIND_INSTANCE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}