Model Context Protocol (MCP)

The Model Context Protocol (MCP) is a standard for extending CFactory with external tools and services — databases, APIs, and specialized capabilities beyond built-ins.

MCP uses a client–server model over JSON-RPC: CFactory connects to MCP servers (local STDIO or remote SSE/HTTP), each exposing tools and resources the agent can call with your approval.

Guides

Contributing to the Marketplace

Have you created an MCP server that others might find useful? Share it with the community by contributing to the CFactory Marketplace!

How to Submit Your MCP Server

  1. Develop your server: Create an MCP server following the MCP specification
  2. Test thoroughly: Ensure your server works correctly with CFactory
  3. Fork the marketplace repository and add your server configuration and documentation
  4. Submit a pull request with a clear description of tools and requirements

Submission Guidelines

  • Document all available tools and resources
  • Include example configurations for STDIO and SSE/HTTP when applicable
  • Specify required environment variables or API keys
  • Follow security best practices