Quickstart Guide
Get up and running with Backstack in about 10 minutes. This guide walks you through creating your first workspace, installing a tool, and connecting an AI client.Prerequisites
- A Backstack account (sign up at app.backstack.io)
- An AI client that supports MCP (we recommend Claude Desktop)
Step 1: Sign Up and Create an Account
- Visit app.backstack.io
- Click Sign Up and choose your authentication method:
- Email and password
- Continue with Google
- Continue with GitHub
- Complete the sign-up process and verify your email if required
Step 2: Create or Join an Organization
After signing in for the first time:-
You’ll be prompted to either:
- Create a new organization - Enter your organization name and click Create
- Join an existing organization - Enter the invitation code from your admin
- If you created an organization, you’re automatically assigned the Owner role with full administrative access
Your organization is where you’ll manage team members, install tools, and configure settings. All team members share access to organization tools and workspaces.
Step 3: Create Your First Workspace
Workspaces organize tools and resources for specific projects or teams:- Navigate to Workspaces in the sidebar
- Click Create Workspace
- Enter a workspace name (e.g., “Development”, “Research”, “Marketing”)
- Add an optional description
- Set visibility:
- Private - Only visible to members you invite
- Organization - Visible to all organization members
- Click Create
Step 4: Install Your First MCP Tool
Add a tool that your AI can use:- Navigate to Organization → Services (admin/owner access required)
- Click Add Service
- Select Install NPM Package
- Enter a package name:
- For GitHub integration:
@modelcontextprotocol/server-github - For filesystem access:
@modelcontextprotocol/server-filesystem - For Brave search:
@modelcontextprotocol/server-brave-search
- For GitHub integration:
- Leave version as “latest” unless you need a specific version
- Add environment variables if required (e.g.,
GITHUB_TOKENfor the GitHub server) - Click Install
Many MCP tools require environment variables like API keys. You can configure these during installation or add them later from the service menu.
Step 5: Connect Your AI Client
Connect Claude Desktop (or another MCP-compatible client) to Backstack:For Claude Desktop
- Open Claude Desktop
- Go to Settings → Developer
- Find the MCP Servers section
- Copy your MCP endpoint from Backstack:
- In Backstack, click your profile icon → Copy MCP URL
- Add a new server in Claude Desktop:
- Restart Claude Desktop
For Other Clients
See the full MCP Setup Guide for instructions on:- VS Code with Continue or Cline
- Cursor
- Windsurf
- Zed
Step 6: Start Your First Conversation
Test your setup with an AI conversation:- Open your connected AI client (Claude Desktop, VS Code, etc.)
- Start a new conversation
- Try using one of your installed tools:
- If you installed the GitHub server: “List my GitHub repositories”
- If you installed the filesystem server: “Show me the files in my Documents folder”
- If you installed Brave search: “Search for the latest news about AI”
Tools appear automatically in your AI conversations. You don’t need to explicitly enable them - just ask questions that require tool use.
Next Steps
Now that you’re up and running, explore more features:Invite Team Members
Add colleagues to your organization and workspaces
Install More Tools
Browse and install additional MCP tools for your team
Set Up Security Policies
Define security rules to protect your organization
Share Documents
Upload and share documents for AI access
Configure Desktop App
Install the desktop client for document sync
View Analytics
Monitor tool usage across your team
Troubleshooting
MCP Connection Issues
AI client can’t connect to Backstack:- Verify your MCP URL is correct and includes your authentication token
- Check that you’ve restarted your AI client after adding the server
- Ensure your internet connection is stable
Tool Not Working
Installed tool doesn’t appear in conversations:- Wait for the installation to complete (check status in Organization → Services)
- Verify the tool is assigned to your workspace
- Restart your AI client to refresh available tools
Authentication Problems
Can’t sign in or session expires quickly:- Clear your browser cache and cookies
- Try a different authentication method (Google, GitHub, email/password)
- Check that your email is verified if using email authentication
Need Help?
- Check the Platform Overview for core concepts
- Read the full MCP Setup Guide for detailed client configuration
- Contact your organization admin if you’re having access issues
- Visit backstack.io for support resources
Estimated Time
Following this guide should take approximately 10 minutes:- Account creation: 2 minutes
- Organization and workspace setup: 2 minutes
- Installing first tool: 3-5 minutes (build time)
- MCP client connection: 2-3 minutes
- First conversation: 1 minute

