Model Context Protocol Server
| KEY | TYPE | Description |
|---|---|---|
| name | str | The name of the MCP server. |
| description | str | description of what the MCP server does. |
| envVars | list | list of api_keys or credentials required by the MCP server. |
| config | str | a json string containing the command and arguments for the MCP server. |
| envVarInstructions | str | instructions for the user to get the environment variables. |
| url | str | The url of the MCP server github repository or webpage. |
| isActive | bool | Whether the MCP server is active. |
| metadata | dict | additional information about the MCP server including github_stars, etc. |