Skip to main content
Glama

tendem-mcp

MCP server for Tendem, AI + Human Agent to get tasks done.

To manage API keys, log into your Tendem account and visit https://agent.tendem.ai/tokens

Desktop Extension (One-Click Install)

  1. Download the latest tendem-mcp.mcpb from Releases

  2. Double-click the file or drag it into Claude Desktop

  3. Enter your API key when prompted (get one at https://agent.tendem.ai/tokens)

Building from source

cd mcpb
npx @anthropic-ai/mcpb pack . tendem-mcp.mcpb

Quickstart

Claude Code

claude mcp add tendem -e TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tendem": {
      "command": "uvx",
      "args": ["tendem-mcp"],
      "env": {
        "TENDEM_API_KEY": "<your-api-key>"
      }
    }
  }
}

Config location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

OpenAI Codex

codex mcp add tendem --env TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp

OpenCode

Add to opencode.json:

{
  "mcp": {
    "tendem": {
      "type": "local",
      "command": ["uvx", "tendem-mcp"],
      "environment": {
        "TENDEM_API_KEY": "<your-api-key>"
      }
    }
  }
}
Install Server
A
security – no known vulnerabilities
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Toloka/tendem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server