← Back to Plugins
MCP Server MCP

io.github.EOX-A/EOxElements

github By github 👁 1 views ▲ 0 votes

A server to provide information about EOxElements custom elements for coding agents.

Homepage Verified source GitHub

Install

npx -y @eox/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://elements.mcp.eox.at"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@eox/elements-mcp-server",
      "version": "1.2.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:{port}"
      },
      "packageArguments": [
        {
          "description": "Port for the server to listen on",
          "default": "3000",
          "type": "named",
          "name": "port"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...