The Veydra Intelligence Layer
Connecting Veydra to your AI takes less than two minutes. Once connected, your AI assistant can run system dynamics simulations, analyze causal loops, and provide decision support directly in your chat window.You’ll need a Veydra API key for most integrations. Get yours at veydra.io/settings/api-keys.
Claude Desktop
Claude is currently the most robust host for MCP. It uses a configuration file to manage connections.Open Settings
Click your profile name in the bottom-left corner of Claude Desktop and select Settings.
Cursor & VS Code
Cursor provides a native GUI for adding MCP servers without touching JSON files.Fill the Form
Configure the server with these values:
| Field | Value |
|---|---|
| Name | Veydra |
| Type | sse (or HTTP) |
| URL | https://api.veydra.io/mcp |
ChatGPT (Enterprise & Plus)
OpenAI supports MCP through “Connectors” (Developer Mode required).Configure URL
Fill in the connector details:
| Field | Value |
|---|---|
| Name | Veydra Simulation |
| Connector URL | https://api.veydra.io/mcp |
Grok (xAI)
Grok 3+ supports remote MCP tools via their “Plugin” architecture.Manifest URL
Enter
https://api.veydra.io/.well-known/mcp.json. Grok will automatically parse your server capabilities.Gemini CLI
Google’s Gemini CLI supports MCP servers natively.Local-First Setup (For Researchers)
If you’re a data scientist working with sensitive local data, we recommend the stdio version. This ensures your data never leaves your infrastructure.Installation
Usage with Claude Desktop
Add to yourclaude_desktop_config.json:
Environment Variables
| Variable | Description | Required |
|---|---|---|
VEYDRA_API_KEY | Your Veydra API key | Yes |
VEYDRA_API_URL | Custom API URL (default: https://api.veydra.io) | No |
Available Tools
Once connected, your AI assistant has access to these tools:| Tool | Description |
|---|---|
list_models | List available simulation models |
get_model | Get model details and structure |
get_parameters | Get adjustable model parameters |
run_simulation | Execute simulation with parameters |
ask_model | Chat with AI about a model |
Troubleshooting
Connection failed
Connection failed
- Verify your API key is valid at veydra.io/settings/api-keys
- Ensure the URL is exactly
https://api.veydra.io/mcp - Check that your firewall allows outbound HTTPS connections
Tools not showing up
Tools not showing up
- Restart your AI client completely (not just refresh)
- Check that the MCP server is enabled in your client settings
- Verify authentication is configured correctly
Authentication errors
Authentication errors
- Ensure your API key starts with
vk_ - Check that the Authorization header format is
Bearer YOUR_API_KEY - Generate a new API key if the current one may be compromised

