Manage tools, resources, prompts, servers, and federated gateways (remote MCP servers) | Docs | ⭐ Star mcp-context-forge on GitHub
Virtual Servers let you combine Tools, Resources, and Prompts from the global Tools catalog into a reusable configuration.
Icon | S. No. | ID | Name | Description | Tools | Resources | Prompts | Actions |
---|---|---|---|---|---|---|---|---|
{% if server.icon %}
|
{{ loop.index }} | {{ server.id }} | {{ server.name }} | {{ server.description }} | {% if server.associatedTools %} {{ server.associatedTools | map('string') | join(', ') }} {% else %} N/A {% endif %} | {% if server.associatedResources %} {{ server.associatedResources | join(', ') }} {% else %} N/A {% endif %} | {% if server.associatedPrompts %} {{ server.associatedPrompts | join(', ') }} {% else %} N/A {% endif %} | {% if server.isActive %} {% else %} {% endif %} |