MCP server for Tendem task management API
Project description
tendem-mcp
MCP server for Tendem - a platform for human-in-the-loop data tasks.
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.1.tar.gz
(49.3 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.1.tar.gz.
File metadata
- Download URL: tendem_mcp-0.1.1.tar.gz
- Upload date:
- Size: 49.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","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 |
3d6bc13dfd75cfb757237b71c97f873099cce0d1cb324f1a20043eee3d4cd778
|
|
| MD5 |
5d165c23843f36d4e1a6347f5570d500
|
|
| BLAKE2b-256 |
53c037c33ea82ece0d113b4fbbf32fde819e67fb2ba3653b8ee3e55487af6f63
|
File details
Details for the file tendem_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tendem_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","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 |
afd19ea41b8c963e590d33d6f614aa42df12356e749e985e8eabad7d494f7c64
|
|
| MD5 |
de3d3e1b4de626350ada1952f150bf1f
|
|
| BLAKE2b-256 |
f93b101ee3af70fe73d491ba5579dbdc81242d66cc5a9815f160832141a6ff61
|