Dixa MCP ServerServer

ktabori
GitHub
Customer SupportRAG SystemsSearch

Loading subscription status...

💡 Description

A FastMCP server implementation for the Dixa API, providing resources and tools to manage conversations and tags.

📝 JSON Entries

{
  "mcpServers": [
    {
      "my-mcp-server": {
        "env": {
          "DIXA_API_KEY": "your-api-key",
          "DIXA_API_BASE_URL": "https://dev.dixa.io/v1"
        },
        "args": [
          "tsx",
          "/PATH/TO/YOUR_PROJECT/src/index.ts"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Add tags to conversationsRemove tags from conversations

Features

  • Search conversations
  • Get details of the conversation
  • Get notes from the conversation
  • Receive messages from the conversation
  • Get available tags

💬 Example Queries

  • Search for conversations
  • Get details of a conversation
  • Receive messages from a conversation
  • Get available tags