Overview
As a user, you personalize your MCP server experience within team-defined boundaries:- Private Credentials - Use your own API keys and secrets that remain private from other team members
- Personal Settings that adapt to your individual workflow
- Flexible Credential Choice - Use team credentials OR configure your own private ones
- Simplified Interface showing only settings you can modify
- Credential Privacy - Your personal credentials are never visible to other team members
Configuration Boundaries
Your configuration options are precisely determined by how global administrators categorized elements during schema creation and your team administratorβs lock/unlock decisions: π You Can Configure:- Private Credentials - Your personal API keys and secrets (NOT shared with team members)
- Unlocked Elements - Settings your team admin made available for personal customization
- User-Specific Elements - Settings designed for individual workflow (like local file paths)
- Locked Team Settings - Shared configuration controlled by team administrators
- Other Usersβ Credentials - You cannot see other team membersβ personal credentials
- Template Elements - System-level parameters locked by global administrators
- Use Team Credentials - Automatically inherit shared API keys and authentication tokens
- Use Private Credentials - Configure your own personal credentials that override team settings
- Mix Both - Use team credentials for some services and personal credentials for others
User Interface Experience
When you configure an MCP server, you see a clean interface focused only on your personal options:- Private Credential Section - Configure personal API keys separate from team
- Clear Credential Choice - Choose between personal or team credentials
- Privacy Indicators - Clear marking of whatβs private vs. shared
- Validation - Immediate feedback on configuration validity
Personal Configuration Types
User Arguments
Most commonly, youβll configure: Private Credentials:- Personal API keys (not shared with team members)
- Individual authentication tokens
- Private service URLs and endpoints
- Search result limits and pagination
- Content filtering and safety settings
- Cache and performance preferences
User Environment Variables
Private Credentials and Secrets:- Personal API keys (
PERSONAL_API_KEY,GITHUB_TOKEN) - Individual OAuth tokens (
OAUTH_ACCESS_TOKEN) - Private database credentials (
DB_PASSWORD)
- Search engine preferences and result formatting
- Cache settings and performance tuning
- Interface customization options
- Local file paths (
/Users/yourname/workspace)
Configuration Process
When you first configure an MCP server:- Access Team Installation - Navigate to your teamβs MCP server installations
- Select Server - Choose the server you want to configure personally
- Personal Configuration - Configure only the unlocked elements
- Validation - System validates your configuration against team schema
- Save and Deploy - Personal configuration is saved and ready to use
Configuration Assembly
Your final MCP server configuration combines settings from all three tiers:- Your settings are validated against the schema
- Type checking ensures correct data formats
- Invalid search preferences are caught before saving
- Missing required fields are highlighted
Related Documentation
For complete understanding of user configuration in context:- MCP Configuration System - Overview of the three-tier system
- Team Installation - How team settings affect your options
- Admin Schema Workflow - How configuration boundaries are precisely defined through schema categorization
- Teams - Team membership and structure

