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.6.tar.gz
(53.0 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.6.tar.gz.
File metadata
- Download URL: tendem_mcp-0.1.6.tar.gz
- Upload date:
- Size: 53.0 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 |
d745d1e1bcd44a9d0c31cd911885477fae70cee19f4097682147df433d9699a0
|
|
| MD5 |
f1ff8c7db181b0405c22ff9a0de6f1fb
|
|
| BLAKE2b-256 |
29bd9b788e3312ed851ee661e6d51c317aca4926e511a3f33e2ede267344edce
|
File details
Details for the file tendem_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: tendem_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.6 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 |
31bc42484707ca2fb82dc8b5afb4defa953686406f7b3b2cbdfff24bad818a76
|
|
| MD5 |
1866e516a9f2b582c6c03a43c3abc55b
|
|
| BLAKE2b-256 |
bb3b000072f45db30219e86f8f644904fea4a402007fda972f302f4f4227e2a3
|