MCP Context Forge - Gateway Administration

Manage tools, resources, prompts, servers, and federated gateways (remote MCP servers) | Docs | ⭐ Star mcp-context-forge on GitHub

MCP Servers Catalog

Virtual Servers let you combine Tools, Resources, and Prompts from the global Tools catalog into a reusable configuration.

{% for server in servers %} {% endfor %}
Icon S. No. ID Name Description Tools Resources Prompts Actions
{% if server.icon %} {{ server.name }} Icon {% else %} N/A {% endif %} {{ 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 %}

Add New Server