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
npx tendem-mcpThis 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
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
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)
- Download the latest
tendem-mcp.mcpbfrom Releases - Double-click the file or drag it into Claude Desktop
- 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.