Skip to main content
Glama
Layr-Labs

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

此处有附加说明。

Related MCP server: Logseq MCP Tools

添加到克劳德代码

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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