
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@conduitai-app/mcp-server
Advanced tools
MCP server for conduitAI — search, browse, and install AI tools from the conduitAI catalog
MCP server for conduitAI — search, browse, and install AI tools directly from your AI assistant.
conduitAI is the trusted marketplace for MCP servers, agents, skills, prompts, and plugins. This MCP server lets Claude, Cursor, Windsurf, and other AI clients interact with the full conduitAI catalog natively via the Model Context Protocol.
Add to your MCP config (~/.claude/.mcp.json):
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": ["-y", "@conduitai-app/mcp-server"]
}
}
}
Add the same command and args to your editor's MCP settings panel.
Add to your .vscode/mcp.json:
{
"servers": {
"conduitai": {
"command": "npx",
"args": ["-y", "@conduitai-app/mcp-server"]
}
}
}
docker run -it --rm ghcr.io/conduitai-app/mcp-server
On first use, call the authenticate tool. It opens your browser to sign in to conduitAI — no manual token management needed.
If you've already authenticated with the conduitAI CLI (conduitai auth login), the MCP server picks up your existing session automatically from ~/.conduit/config.json.
For CI/CD or headless environments, set the CONDUITAI_TOKEN environment variable:
{
"mcpServers": {
"conduitai": {
"command": "npx",
"args": ["-y", "@conduitai-app/mcp-server"],
"env": {
"CONDUITAI_TOKEN": "your-token-here"
}
}
}
}
authenticateSign in to conduitAI via browser. Opens an OAuth flow — no manual token management needed.
auth_statusCheck your current authentication status. Returns whether you're signed in and your account info.
search_catalogSearch the conduitAI catalog across all asset types.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
type | string | No | Filter by type: mcp_server, mcp_client, agent, skill, prompt, plugin |
sort | string | No | Sort order: quality, stars, downloads, recent |
verified_only | boolean | No | Only show verified assets |
limit | number | No | Max results, 1-20 (default: 10) |
get_asset_detailsGet full details for any asset by its slug, including description, quality grade, GitHub stats, tags, and install methods.
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | Asset slug (e.g. "filesystem-mcp-server") |
browse_catalogBrowse assets by type, sorted by popularity or recency.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Asset type: mcp_server, mcp_client, agent, skill, prompt, plugin |
sort | string | No | Sort order: popular, recent |
limit | number | No | Max results, 1-20 (default: 10) |
install_assetInstall an asset to your local environment. For MCP servers, this updates your Claude Code / Cursor configuration. For skills, this writes skill files to ~/.claude/skills/.
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | Asset slug to install |
scope | string | No | "global" (default) or "project" |
dry_run | boolean | No | Preview changes without applying |
uninstall_assetRemove a previously installed asset, cleaning up config files and local state.
| Parameter | Type | Required | Description |
|---|---|---|---|
slug | string | Yes | Asset slug to uninstall |
list_installedList assets currently installed on this machine.
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | No | Filter by asset type |
Once installed, you can ask your AI assistant:
The MCP server is a thin protocol adapter that translates MCP tool calls into HTTPS requests to conduitAI's API infrastructure. It supports two transport modes:
mcp.conduitai.app)Your requests go through the same rate-limited, quota-enforced endpoints as the conduitAI web app and CLI. All install specs are cryptographically signed to prevent tampering.
| Environment Variable | Description | Default |
|---|---|---|
CONDUITAI_TOKEN | Authentication token (for CI/headless use) | — |
CONDUITAI_API | API base URL override (for development) | conduitAI production API |
Token and session data are stored in ~/.conduit/config.json with 0600 permissions (owner-only read/write).
0600 (owner read/write only)X-RateLimit-* headersgit clone https://github.com/conduitai-app/mcp-server.git
cd mcp-server
npm install
npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScript
npm test # Run tests
This package is written in TypeScript and ships compiled JavaScript in dist/. Type definitions are included. The source uses ES modules ("type": "module").
Contributions are welcome. Please open an issue first to discuss what you'd like to change.
git checkout -b feat/my-feature)npm run build && npm test to verifyFAQs
MCP server for conduitAI — search, browse, and install AI tools from the conduitAI catalog
We found that @conduitai-app/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.