Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.promptjuggler.com/llms.txt

Use this file to discover all available pages before exploring further.

Connects a prompt to a Model Context Protocol server, giving the model access to whatever tools that server exposes. MCP is an open standard for extending LLM capabilities through external services – think of it as a universal plug for AI tools.

Configuration

  • Name – identifies this MCP connection
  • URL – the MCP server endpoint. Supports environment variable substitution with ${VAR_NAME} syntax
  • Auth token – authentication for the server, also supporting ${VAR_NAME} substitution
The MCP connection is passed through to the LLM provider. All three supported providers (OpenAI, Anthropic, Google Gemini) support MCP.