Task
Add a sample MCP server config for Linear (issue tracking) so operations agents can create and update issues via swarm mcp connect.
Files to change
- Create:
config/mcp/linear.yaml
- Modify:
README.md - add Linear to an "MCP Integrations" section
Config format
# config/mcp/linear.yaml
name: linear
type: stdio
command: npx
args: ["@linear/mcp-server@latest"]
env:
LINEAR_API_KEY: "${LINEAR_API_KEY}"
description: "Linear issue tracking - create, update, and query issues"
How to test
swarm mcp list # should show linear
Resources
Estimated effort: ~1 hour
Task
Add a sample MCP server config for Linear (issue tracking) so operations agents can create and update issues via
swarm mcp connect.Files to change
config/mcp/linear.yamlREADME.md- add Linear to an "MCP Integrations" sectionConfig format
How to test
swarm mcp list # should show linearResources
packages/techtide-swarm/src/techtide_swarm/tools/mcp.pyEstimated effort: ~1 hour