Set up Claude Desktop
You can connect Claude Desktop to the Actian MCP Server to access the metadata from your Actian Data Intelligence Platform account directly in your desktop environment. This allows you to work locally while still leveraging metadata context from the Actian Data Intelligence Platform.
Prerequisites
Before you begin, ensure that you have the following:
Claude Desktop with Actian MCP
Follow the Authentication Setup instructions to generate an API key and copy it securely.
Open Claude Desktop.
Go to Settings > Developer > Edit Config.
Add the following configuration:
{
"mcpServers": {
"zeenea-dev": {
"command": "npx",
"args": [
"mcp-remote",
"https://<tenant id>.zeenea.app/api/mcp-server/mcp",
"--header",
"X-API-SECRET:${API_SECRET}"
],
"env": {
"API_SECRET": "<Paste your API key here>"
}
}
}
}
Restart Claude Desktop.
The server is available with API Key authentication.
Verify that the connection is established by opening a new chat window, navigating to the Tools menu, and checking that the Zeenea-mcp tool is toggled on.
You can now use Actian MCP tools directly in Claude Desktop.
Last modified date: 11/28/2025