1. Conduid
  2. Developer Tools
  3. Tendem MCP
MCP server · Developer Tools

Tendem MCP

Tendem MCP server

Unclaimed NOASSERTION last commit 6 months ago devtools
74Good

Scored 3 hours ago · breakdown

About Tendem MCP

Tendem MCP is an MCP server published by Toloka in the Developer Tools category: tendem MCP server. It has been installed 0 times through Conduid.

The repository has 103 stars and 4 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx tendem-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Tendem MCP

Powered by Claude · Grounded in docs

I know everything about Tendem MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.9v0.1.9 · 12 Feb 2026What's Changed feat: mentioned expert types in create task by @v-trof in https://github.com/Toloka/tendem-mcp/pull/5 fix: wrap long lines in create_task docstring by @elipskiy in https://github.com/Toloka/tendem-mcp/pull/8 New Contributors…
v0.1.8v0.1.8 · 11 Feb 2026Fixes Fix MCP Registry publishing (case-sensitive org name in mcp-name tag)
v0.1.7v0.1.7 · 11 Feb 2026Fixes Fix MCP Registry server.json format (case-sensitive org name) Rename release workflows for clarity
v0.1.5v0.1.5 · 11 Feb 2026Add MCPB desktop extension for MCP Registry Auto-generate manifest tools from server code Improve tool descriptions for better agent understanding
v0.1.4v0.1.4 · 10 Feb 2026fix: ensure datetime fields are timezone-aware for MCP schema compliance

README

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>"
      }
    }
  }
}

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Tendem MCP

How do I install Tendem MCP?

Run npx tendem-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Tendem MCP safe to use with an AI agent?

Its trust score is 74 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Tendem MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.