News

aregistry.ai
aregistry.ai > docs > about

About agentregistry – agentregistry

8+ hour, 52+ min ago  (720+ words) Agentregistry is an open source, centralized AI artifact catalog that helps you build, package, publish, discover, and govern AI artifacts'including agents, skills, MCP servers, and prompts'spread across multiple container registries and GitHub repositories. It provides a single source of truth…...

agentregistry
aregistry.ai > docs > reference > cli > arctl-mcp-list

arctl mcp list – agentregistry

7+ hour, 25+ min ago  (117+ words) Lists all Model Context Protocol (MCP) servers published in the registry. Usage arctl mcp list [flags] Examples: arctl mcp list arctl mcp list --type npm arctl mcp list --sortBy version --output json Command-specific flags -a, --all Show all items without…...

aregistry.ai
aregistry.ai > docs > agents > create

Create and run – agentregistry

12+ hour, 58+ min ago  (240+ words) Quickly create an agent and run it on your local machine with built-in agent templates. Agentregistry comes with built-in agent templates that you can use to quickly spin up agents or customize them to your needs. The following command creates…...

aregistry.ai
aregistry.ai > docs > reference > cli > arctl-mcp-init-python

arctl mcp init python

14+ hour, 42+ min ago  (89+ words) Initialize a new MCP server project by using the fastmcp-python framework. This command creates a new directory with a basic fastmcp-python project structure, including a pyproject.toml file, a main.py file, and an example tool. Usage arctl mcp init…...

aregistry.ai
aregistry.ai > docs > mcp > tools

Add tools – agentregistry

14+ hour, 18+ min ago  (217+ words) Add tools to your MCP server. If you have not done so yet, create an MCP server. Enter an optional description, author name, and email, or skip these by pressing the return key. The following command creates a my-mcp-server FastMCP…...

aregistry.ai
aregistry.ai > docs > reference > cli > arctl-mcp-add-tool

arctl mcp add-tool – agentregistry

15+ hour, 1+ min ago  (95+ words) Generate an MCP tool scaffold. This command creates a new tool file in src/tools/ directory with a generic template. The tool is automatically discovered and loaded when the MCP server starts. Each tool is a Python file containing a…...

agentregistry
aregistry.ai > docs > reference > cli

CLI – agentregistry

15+ hour, 57+ min ago  (134+ words) General Commands arctl version arctl completion arctl configure arctl embeddings arctl embeddings generate Agent Commands arctl agent init arctl agent list arctl agent show arctl agent build arctl agent run arctl agent publish arctl agent delete arctl agent add-mcp arctl…...

agentregistry
aregistry.ai > docs > reference > cli > arctl-agent-build

arctl agent build – agentregistry

18+ hour, 16+ min ago  (140+ words) Build Docker images for an agent project that you created with the arctl agent init command. This command looks for an agent.yaml file in the specified directory. It uses the file to generate template artifacts and to invoke the…...

agentregistry
aregistry.ai > docs > reference > cli > arctl-agent-show

arctl agent show – agentregistry

18+ hour, 1+ min ago  (57+ words) Shows detailed information about an agent. Usage arctl agent show [flags] Example: arctl agent show my-agent arctl agent show my-agent --output json Command-specific flags -o, --output string: Output format (table, json) (default "table") Global flags -v, --verbose: Enable verbose output....

agentregistry
aregistry.ai > docs > reference > cli > arctl-mcp-publish

arctl mcp publish – agentregistry

1+ day, 19+ hour ago  (147+ words) Publish an MCP server to the registry. This command supports two modes: Package-based (installable artifact): Requires --type and --package-id. Use for servers distributed via npm, PyPI, or OCI. Remote-only (already-deployed endpoint): Use --remote-url for servers already running in the cloud....