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