Quick Start
Quick Start Guide
Section titled “Quick Start Guide”This guide will get you up and running with TeamLoop in just a few minutes.
Prerequisites
Section titled “Prerequisites”Before you begin, you’ll need:
- A TeamLoop account (sign up at teamloop.io)
- Claude Desktop or another MCP-compatible client
- At least one of: GitHub, Notion, or Linear account
Step 1: Connect Your Integrations
Section titled “Step 1: Connect Your Integrations”- Log into TeamLoop at app.teamloop.io
- Navigate to Settings > Integrations
- Click Connect for each tool you want to use:
- GitHub - Access repos, issues, PRs, and discussions
- Notion - Access pages and databases
- Linear - Access issues and projects
- Authorize TeamLoop to access your data
Step 2: Configure MCP
Section titled “Step 2: Configure MCP”Add TeamLoop to your Claude Desktop configuration:
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{ "mcpServers": { "teamloop": { "command": "npx", "args": ["-y", "@teamloop/mcp-server"], "env": { "TEAMLOOP_API_KEY": "your-api-key-here" } } }}Windows
Section titled “Windows”Edit %APPDATA%\Claude\claude_desktop_config.json:
{ "mcpServers": { "teamloop": { "command": "npx", "args": ["-y", "@teamloop/mcp-server"], "env": { "TEAMLOOP_API_KEY": "your-api-key-here" } } }}Get Your API Key
Section titled “Get Your API Key”- Go to Settings > API Keys in TeamLoop
- Click Create API Key
- Copy the key and paste it into your config
Step 3: Restart Claude Desktop
Section titled “Step 3: Restart Claude Desktop”After saving the configuration, restart Claude Desktop to load TeamLoop.
You should see “teamloop” listed in Claude’s MCP servers when you start a new conversation.
Step 4: Make Your First Query
Section titled “Step 4: Make Your First Query”Try asking Claude:
“Search my GitHub for authentication-related discussions”
Claude will use TeamLoop to:
- Query your connected GitHub
- Return relevant results
- Prompt you to extract knowledge
Step 5: Save Knowledge
Section titled “Step 5: Save Knowledge”When Claude returns results, it will suggest extracting entities. For example:
Found 5 results about authentication...
## Extraction InstructionsBased on these results, I'll extract:- Decision: "Migrate to OAuth 2.0"- Component: "Auth Service"- Person: "Alice (author)"Confirm the extraction to build your knowledge graph.
Step 6: Explore Temporal Queries
Section titled “Step 6: Explore Temporal Queries”Now that you have some knowledge, try temporal queries:
Point-in-Time Query
Section titled “Point-in-Time Query”“What did we know about authentication on January 1st?”
Evolution Query
Section titled “Evolution Query”“How has our authentication approach evolved from 2024-01-01 to today?”
Compare Query
Section titled “Compare Query”“Compare our auth decisions from Q1 vs Q4 2024”
Common First Queries
Section titled “Common First Queries”Here are some queries to try:
| Query | What It Does |
|---|---|
| ”Search GitHub for architecture decisions” | Find ADR-like content |
| ”What authentication approaches have we discussed?” | Build auth knowledge |
| ”Search Notion for product roadmaps” | Import planning docs |
| ”Find all decisions about database technology” | Track tech choices |
| ”Show me the timeline of infrastructure changes” | Temporal view |
Next Steps
Section titled “Next Steps”Now that you’re set up:
- MCP Tools Reference - Learn all available tools
- Knowledge Graphs - Understand entity types
- Subgraphs - Organize your knowledge
- Synthesis - Generate documents from knowledge
Troubleshooting
Section titled “Troubleshooting”Claude doesn’t show TeamLoop tools
Section titled “Claude doesn’t show TeamLoop tools”- Verify your API key is correct
- Check that the config JSON is valid (use a JSON validator)
- Restart Claude Desktop completely
No results from queries
Section titled “No results from queries”- Ensure integrations are connected in TeamLoop settings
- Check that you have access to the repos/pages you’re querying
- Try a broader search term
Extraction fails
Section titled “Extraction fails”- Ensure your Voyage API key is configured (for embeddings)
- Check the TeamLoop logs for errors
Need more help? Check our support page or join the community Discord.