Skip to main content

Configure MCP Server

  • January 28, 2026
  • 0 replies
  • 45 views

JTreadwell
Community Manager
Forum|alt.badge.img+5

After deploying your Semantic Model MCP Endpoint, you will configure the MCP Server by connecting it to your Prepare instance database and creating one or more MCP services. Each service exposes a specific semantic model on its own port with unique credentials.

Prerequisites

  1. Configure MCP Semantic Endpoint

Install TimeXtender MCP Server

  1. Complete the Early Access Sign-up
  2. Download the TimeXtender MCP Installer
  3. Run the installer executable
  4. Follow the installation wizard prompts
  5. Wait for the TimeXtender MCP Configurator to launch automatically upon installation completion

Configure Prepare Instance Connection

  1. Navigate to the Prepare Instance Config tab in the TimeXtender MCP Configurator
  2. Enter the Server connection string for your Prepare instance database
  3. Enter the Database name
    • Example: mydb
  4. Enter the User ID for database authentication
    • Use a read-only database user account for security
    • While the MCP server does not support ALTER, UPDATE, or DELETE statements, AI behavior can be unpredictable. Read-only credentials ensure data warehouse reliability.
  5. Enter the Password for the database user
  6. Click Test Connection to verify connectivity
  7. Click Save once the connection test succeeds

Add MCP Service

TimeXtender supports creating multiple MCP Services, One for each Semantic Model.

  1. Click the Service Management tab in the TimeXtender MCP Configurator
  2. Click Add Service to open the service configuration dialog
  3. Enter the Port number for the MCP service
    • Default range: 6000-6100
    • Test the port before proceeding
  4. Paste the full file path of the semantic model JSON file in the Semantic Layer File field
    • Use the same path specified when creating the deliver instance
    • Example: C:\TimeXtender\sales.json
  5. Enter a descriptive Service Name or use the auto-generated name
  6. Select the Startup Type (Automatic recommended)
  7. Select the Service Account (Network Service recommended)
  8. Copy the API Key from the configuration dialog
    • Store the API key securely for AI agent authentication
  9. Copy the Remote MCP Server URL
  10. Click Save to create the MCP service

You may repeat this process for each semantic model using different Semantic Layer files and Port numbers

Troubleshooting

Invalid JSON file path error

Verify the JSON file path uses only letters, numbers, hyphens (-), and underscores (_). Remove spaces and special characters. Ensure the filename uses the .json extension.

MCP service fails to start

Check that the specified port is not in use by another application. Test the port in the Add MCP Service dialog before saving. Verify the semantic layer file exists at the specified path and contains valid JSON.​

Connection timeout when testing database connection

Increase the Connection timeout value in the Prepare Instance Config tab. Verify firewall rules allow connections to the database server. Confirm the database server address and credentials are correct.

Next Steps