Skip to main content

MCP Tools Extension

This extension demonstrates how to package MCP (Model Context Protocol) server configurations.

Structure​

mcp-tools/
β”œβ”€β”€ radium-extension.json
β”œβ”€β”€ mcp/
β”‚ └── example-server.json
└── README.md

Installation​

rad extension install ./docs/extensions/examples/mcp-tools

Components​

MCP Servers​

  • example-server.json - Example MCP server configuration

Note: MCP server configurations in extensions are loaded and merged with the workspace MCP configuration. The actual MCP server configuration format uses TOML in the workspace, but extensions can provide JSON configurations that are converted.

Usage​

After installation, the MCP server configurations will be available when initializing the MCP system. The servers will be loaded alongside workspace-configured servers.

To use the MCP servers:

rad mcp list

See Also​