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.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.
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