eigenlayer-mcp-server
1
The EigenLayer MCP Server is designed to interface EigenLayer documentation with AI assistants through the Model Context Protocol. It can operate as both a local server and a Vercel serverless function, aimed at testing rather than production usage.
Overview
- EigenLayer MCP Server is built on Next.js, facilitating communication between EigenLayer documentation and AI assistants using the Model Context Protocol (MCP).
- Features include running as a standalone local server or as a serverless function on Vercel.
- Testing includes adding live URL to Claude and using Claude Code for queries.
- Build and run instructions involve setting up the environment using
pnpm
and testing with MCP Inspector.