loading…
Search for a command to run...
loading…
An MCP server for Tendem that enables users to complete tasks using a hybrid of AI and human agents. It allows for seamless task delegation and management withi
An MCP server for Tendem that enables users to complete tasks using a hybrid of AI and human agents. It allows for seamless task delegation and management within MCP-compatible clients.
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
tendem-mcp.mcpb from Releasescd mcpb
npx @anthropic-ai/mcpb pack . tendem-mcp.mcpb
claude mcp add tendem -e TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"tendem": {
"command": "uvx",
"args": ["tendem-mcp"],
"env": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}
Config location:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsoncodex mcp add tendem --env TENDEM_API_KEY=<your-api-key> -- uvx tendem-mcp
Add to opencode.json:
{
"mcp": {
"tendem": {
"type": "local",
"command": ["uvx", "tendem-mcp"],
"environment": {
"TENDEM_API_KEY": "<your-api-key>"
}
}
}
}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"tendem-mcp": {
"command": "npx",
"args": []
}
}
}