Back to MCP directory
publicPublicdnsLocal runtime

mcp-registry-crewai-demo-agent

演示通过CrewAI包装器连接Keboola注册表API与MCP服务器,使AI代理能调用已注册技能。

article

README

🚀 mcp-registry-crewai-demo-agent

本项目是一个演示,通过CrewAI包装器将Keboola注册表API与MCP服务器相连接,从而让AI代理可以利用已注册的技能。

🚀 快速开始

本项目展示了如何借助CrewAI包装器,把Keboola注册表API和MCP服务器连接起来,让AI代理能够使用注册的技能。后续可根据实际需求,进一步扩展和优化该演示项目。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client