Skip to main content
An MCP provider is a Model Context Protocol server. It can expose tools, resources, and prompts that an Agent or MCP client can use. GroundForge first runs Discovery to read the provider’s public capability definitions. Those definitions become the inventory you see in the provider page and Gateway editor. Discovery reads names, descriptions, and input schemas; it does not execute the tools. GroundForge supports:
  • remote MCP providers reached over Streamable HTTP;
  • local stdio discovery and governed local execution through gforge.

Example

modelcontextprotocol/quickstart-resources

The official Python Weather MCP exposes get_alerts(state) and get_forecast(latitude, longitude).
Start with Weather MCP Example, then read MCP Providers in the platform or CLI MCP Workflows.
Last modified on July 27, 2026