Claude Code plugin marketplace for the delphi-blocks open source projects.
| Plugin | Description |
|---|---|
mcpconnect |
Build MCP servers in Delphi with MCPConnect: create a new server (stdio, WebBroker or Indy), add tools, resources, resource templates, App UIs and prompts, and set up sessions, notifications and OAuth security. |
The mcpconnect plugin ships the mcpconnect-dev skill, which triggers on its own when you work on an MCPConnect project (or ask to expose Delphi code to an LLM). It carries reference files on tools, resources and prompts, sessions and notifications, server setup, and security.
From inside Claude Code:
/plugin marketplace add delphi-blocks/claude-plugins
Then install the plugin you need:
/plugin install mcpconnect@delphi-blocks
Alternatively, /plugin opens the interactive menu, where you can browse and install the marketplace plugins.
To refresh the list of available plugins and the installed versions:
/plugin marketplace update delphi-blocks
To remove the marketplace entirely:
/plugin marketplace remove delphi-blocks
MIT — see LICENSE.