Enable
You can define MCP servers in your configuration file undermcp. Add each MCP with a unique name. You can refer to that MCP by name when prompting the LLM.
symbiotic.jsonc
enabled to false. This is useful if you want to temporarily disable a server without removing it from your config.
Local
Add local MCP servers by settingtype to "local" within the MCP object.
symbiotic.jsonc
@modelcontextprotocol/server-everything MCP server.
symbiotic.jsonc
use the mcp_everything tool to my prompts.
Options
Here are all the options for configuring a local MCP server.Remote
Add remote MCP servers by settingtype to "remote".
symbiotic.json
url is the URL of the remote MCP server and with the headers option you can pass in a list of headers.