# Configuration Examples
This directory contains example configuration files for the Teradata MCP Server.
See the [customization guide](docs/CUSTOMIZING.md) for more details about the server customization approach and options.
## Files
- `example_profiles.yml` - Example custom profiles
- `example_custom_objects.yml` - Example custom tools, prompts, cubes, and glossary entries
- `sales_domain_example.yml` - Complete sales domain configuration example
- `dba_tools_example.yml` - DBA-focused tools and prompts example
## Usage
1. Copy any of these files to your working directory
2. Rename them so it's meaningful.
3. Customize the content for your needs
4. Run the server from that directory
Example:
```bash
mkdir my-tdmcp-config
cd my-tdmcp-config
cp ../examples/Configuration_Examples/profiles.yml ./
cp ../examples/Configuration_Examples/custom_objects.yml mydomain_objects.yml
# Edit the files as needed
```sh
TD_USER=demo_user TD_PASSWORD=demo_password teradata-mcp-server --profile my_custom_profile
```
The equivalent Claude Desktop server configuration snippet (overriding transport mode to stdio) is [available here](../client-claude-desktop/claude_desktop_stdio_custom_profile_config).
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Teradata/teradata-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server