Catalog
io.github.akbaraziz/conduitai
OfficialconduitAI
Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.
Search, browse, and install MCP servers, agents, and plugins from a central registry.
README not available yet.
Install
Configuration
Environment variables
CONDUITAI_TOKENsecretconduitAI authentication token (optional — authenticate interactively instead)
claude_desktop_config.json
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": [
"-y",
"@conduitai-app/mcp-server@1.299.1"
],
"env": {
"CONDUITAI_TOKEN": "<YOUR_CONDUITAI_TOKEN>"
}
}
}
}