Developer Setup

Connect AI Tools to WayOfTeams

One MCP endpoint gives your AI coding tools access to tickets, plans, docs, knowledge, rules, and memory. Copy a config and start coding.

What You Need

๐Ÿ”‘

GitHub Account

Sign in with GitHub OAuth for authentication

๐ŸŽซ

Access Code

Redeem an invite code during onboarding

๐Ÿค–

AI Coding Tool

OpenCode, Claude Code, Codex, Cursor, VS Code, or Pi

๐Ÿง 

AI Provider (optional)

LM Studio, Ollama, or cloud API for local inference

Quick Start

  1. Step 1: Sign in at teamsapp.zerwiz.org/sign-in
  2. Step 2: Complete onboarding wizard (workspace, persona, project)
  3. Step 3: Go to Settings โ†’ MCP to copy your token
  4. Step 4: Add the MCP config to your AI tool
  5. Step 5: Start coding โ€” your tool now has access to tickets, plans, docs, and more

MCP Endpoint

All tools connect to this single endpoint:

https://teamsapp.zerwiz.org/mcp

Replace YOUR_TOKEN with your MCP token from Settings โ†’ MCP.

Tool Configurations

Select your AI tool and copy the configuration:

โšก OpenCode

Install: Add to ~/.config/opencode/opencode.json

{
  "mcp": {
    "wayofteams": {
      "type": "remote",
      "url": "https://teamsapp.zerwiz.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      },
      "oauth": false,
      "timeout": 30000
    }
  }
}
๐Ÿค– Claude Code

Install: Run in terminal

claude mcp add wayofteams --transport http https://teamsapp.zerwiz.org/mcp --header "Authorization: Bearer YOUR_TOKEN"
๐Ÿง  Codex

Install: Run in terminal

codex mcp add wayofteams --transport http https://teamsapp.zerwiz.org/mcp --header "Authorization: Bearer YOUR_TOKEN"
๐Ÿš€ Antigravity

Install: Run in terminal

antigravity mcp add wayofteams --transport http https://teamsapp.zerwiz.org/mcp --header "Authorization: Bearer YOUR_TOKEN"
๐Ÿ“ฆ Pi

Install: Download file โ†’ copy to ~/.pi/agent/extensions/

Download extension file

# Download the extension file, then place it in Pi's extensions folder:
cp wayofteams-tools.js ~/.pi/agent/extensions/

# Or for project-local:
mkdir -p .pi/extensions
cp wayofteams-tools.js .pi/extensions/
๐Ÿ“ Cursor

Install: Add to ~/.cursor/mcp.json

{
  "mcpServers": {
    "wayofteams": {
      "url": "https://teamsapp.zerwiz.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}
๐Ÿ’™ VS Code

Install: Add to .vscode/settings.json under mcp.servers

{
  "servers": {
    "wayofteams": {
      "type": "http",
      "url": "https://teamsapp.zerwiz.org/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN"
      }
    }
  }
}

223+ Tools Available

Once connected, your AI tool has access to:

๐Ÿ“‹
Tickets 5 tools
๐Ÿ“
Plans 4 tools
๐Ÿ“„
Docs 6 tools
๐Ÿ“Š
Kanban 13 tools
๐Ÿง 
Knowledge 8 tools
๐Ÿ“
Rules 8 tools
๐Ÿ’พ
Memory 11 tools
๐Ÿ™
GitHub 6 tools
๐Ÿ“ง
Google 50+ tools
๐Ÿ”
Web Search 1 tool
๐Ÿ“
Standups 7 tools
๐Ÿท๏ธ
Versions 5 tools

Ready to start?

Sign in and complete onboarding to get your MCP token.