MCP server for Tendem task management API
Project description
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>"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tendem_mcp-0.1.9.tar.gz
(53.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tendem_mcp-0.1.9.tar.gz.
File metadata
- Download URL: tendem_mcp-0.1.9.tar.gz
- Upload date:
- Size: 53.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e1da9fb0102cc4b9ed25b095f1c446c781f78108e3da731496cea3ab1f2b977
|
|
| MD5 |
c749428d25dc5dd9dbd5b8fad2c71018
|
|
| BLAKE2b-256 |
8ef9c644fc90faa732e0575a6a646de429c6e9d82414460f333dba806cfad2d5
|
File details
Details for the file tendem_mcp-0.1.9-py3-none-any.whl.
File metadata
- Download URL: tendem_mcp-0.1.9-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff36d4d97111bbd82869ea95dc32567c143e4813863e48645b3304ccd374ade7
|
|
| MD5 |
ea3b3755741522430d3fa742e71f3a5e
|
|
| BLAKE2b-256 |
44a8a5cc4aa7556449b3400963021654676cdbcec92eb6f145ed601999e684ca
|