1. Conduid
  2. AI
  3. MCP
MCP server · AI

MCP

MCP is a command-line tool and local UI for discovering, installing and managing Model Context Protocol servers.

Unclaimed MIT last commit a year ago aimcpllm
54Fair

Scored 3 months ago · breakdown

About MCP

MCP is an MCP server published by ggoodman in the AI category: mCP is a command-line tool and local UI for discovering, installing and managing Model Context Protocol servers. It has been installed 0 times through Conduid.

The repository has 14 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about MCP

Powered by Claude · Grounded in docs

I know everything about MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP

MCP is a command-line tool and local UI for discovering, installing and managing Model Context Protocol servers.

[!NOTE] This README describes an aspirational vision. Almost none of this is ready but this is intended to set the direction we're going.

The mcp tool acts as an MCP Server for Clients like Claude and Zed. It is unique in that it doesn't provide any capabilities on its own. Instead it acts as a sort of broker between Clients and any number of installed Servers. The mcp tool facilitates that by helping you discover and install MCP Servers. It talks to a public registry of MCP Servers and is able to download, configure and run these in a secure and frictionless way.

In addition to acting as a broker, mcp:

  1. Allows Servers to request OAuth2 credentials and manages the flow for obtaining, storing and refreshing these credentials.
  2. Keeps an audit log of all operations going through it and provides a UI for reviewing audit logs across different sessions and Clients.
  3. Reduces host system dependencies to docker. By leveraging docker, mcp allows you to run Servers without mutating your host with any necessary tool-chains or dependencies. In addition, mcp leverages the containerization and isolation technology in docker to isolate your host system from malicious or buggy MCP Servers.

CLI Interface

mcp install <claude|zed|...>

Install mcp run <protocol> as an MCP Server for the supplied Client.

mcp registry search

Search the public MCP server Registry for servers matching the query. A rich description will be shown for matching servers.

mcp package install <package[@]>

Install an MCP Server from the public package Registry. This will start a flow that captures any required configuration for the MCP package, persist it locally and then start it.

mcp package uninstall

Uninstall an MCP Server that was previously installed. Running clients will be notified such that they reload resources, tools, etc.

mcp run stdio

This is the entrypoint used by Clients that speak the stdio protocol. It will run mcp as an MCP Server that acts as a broker for all installed MCP Servers.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About MCP

How do I install MCP?

Run npx mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is MCP safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.