Docs / Strand / resources
Resources
Downloads, configs, and tools for integrating with Strand.
- Data Retention: how long run history is kept, by plan
MCP Server
Connect AI assistants to the Strand API. Works with Cursor, VS Code, Claude Desktop, and any MCP-compatible client.
Endpoint: https://app.tendrl.com/strand/mcp
Copy this config into your MCP client:
json
{
"mcpServers": {
"strand": {
"type": "http",
"url": "https://app.tendrl.com/strand/mcp",
"headers": {
"Authorization": "Bearer <STRAND_API_KEY>"
}
}
}
}
Create API keys in the Strand dashboard under Access Control → API Keys.
Claude Code Skills
When you add the Strand MCP server to Claude Code, skills are served automatically, with no plugins needed. Just add the MCP config above and Claude discovers strand-workflows and strand-admin skills via the server's resources endpoint.
Tendrl