Skip to main content
Glama

EigenLayer MCP Server

Official
by Layr-Labs

基于 Next.js 构建的 EigenLayer MCP 服务器

特征

  • 通过 MCP 向 Claude 或其他 AI 助手提供 EigenLayer 文档
  • 在本地作为独立服务器运行,或在 Vercel 上作为无服务器功能运行

受到此处初步测试的启发。克隆自Vercel Next.js MCP 模板

使用 Claude 测试公共端点:

  1. 通过以下命令将实时 URL 添加到 Claude(在任何文件夹中):
    claude mcp add --transport sse eigenlayer-mcp-server https://eigenlayer-mcp-server-sand.vercel.app/sse
  2. 安装Claude Code 。运行命令claude进入 Claude Code 并确认 mcp 服务器已添加
  3. 使用类似“您能解释一下 EigenLayer 的重新质押机制是如何运作的吗?”这样的查询进行测试。

本地构建、运行和测试

在终端窗口 1 中

rm -rf .next node_modules .vercel pnpm store prune pnpm install pnpm build pnpm dev node scripts/test-client.mjs https://localhost:3000

在终端窗口 2 中使用 MCP Inspector 进行测试

npx @modelcontextprotocol/inspector node public/index.js

此处有附加说明。

添加到克劳德代码

claude mcp add

(然后按照屏幕上的说明进行操作)

示例客户端

script/test-client.mjs包含一个用于尝试调用的示例客户端。

node scripts/test-client.mjs http://localhost:3000

安全漏洞

请将安全漏洞报告至security@eigenlabs.org 。请勿通过 Github Issues 报告安全漏洞。

免责声明

🚧 EigenLayer MCP 服务器正在积极开发中,尚未经过审计。EigenLayer MCP 服务器正在快速升级,可能会添加、移除功能,或以其他方式改进或修改,界面也可能会发生重大变更。EigenLayer MCP 服务器仅供测试使用,请勿用于生产环境。EigenLayer MCP 服务器按“原样”提供,Eigen Labs, Inc. 不保证其功能,也不提供生产环境使用支持。🚧

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议服务器为 Claude 等 AI 助手提供 EigenLayer 文档,实现与 EigenLayer 概念和功能的自然语言交互。

  1. 特征
    1. 使用 Claude 测试公共端点:
      1. 本地构建、运行和测试
        1. 添加到克劳德代码
        2. 示例客户端
        3. 安全漏洞
        4. 免责声明

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.
        Last updated -
        40
        605
        TypeScript
        MIT License
      • A
        security
        F
        license
        A
        quality
        A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
        Last updated -
        1
        6
        9
        TypeScript
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to interact with Outline document services, supporting document searching, reading, creation, editing, and comment management.
        Last updated -
        25
        19
        Python
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that bridges AI assistants like Claude with Wordware's specialized agent capabilities, allowing dynamic loading and access to any Wordware flow through a standardized interface.
        Last updated -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Layr-Labs/eigenlayer-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server