Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ethereum Improvement Proposals (EIPs)

БесплатноНе проверен

Provides semantic search across Ethereum Improvement Proposals using vector embeddings and LanceDB to retrieve relevant EIP documentation chunks for understandi

GitHubEmbed

Описание

Provides semantic search across Ethereum Improvement Proposals using vector embeddings and LanceDB to retrieve relevant EIP documentation chunks for understanding protocol changes, smart contract standards, and blockchain development patterns.

README

An MCP server for providing semantically related Ethereum Improvement Proposals (EIPs) to AI agents.

GitHub License Python Version Status

Features

  • Semantic Search: Utilizes vector embeddings for accurate, context-aware search across EIP documents.
  • Markdown Support: Processes EIP markdown files with chunking for efficient storage and retrieval.

Installation

Prerequisites

  • Python 3.10+
  • uv (recommended) or pip for dependency management

Setup

  1. Clone the Repository:

    git clone --recursive-submodules https://github.com/kukapay/eips-mcp.git
    cd eips-mcp
    
  2. Install the Dependencies (recommended):

    uv sync
    
  3. Load EIP Documents: Use the provided load_eips.py script to automatically fetch and process EIPs:

    uv run load_eips.py
    
  4. Installing to Claude Desktop:

    Install the server as a Claude Desktop application:

    uv run mcp install main.py --name "EIPs"
    

    Configuration file as a reference:

    {
       "mcpServers": {
           "EIPs": {
               "command": "uv",
               "args": [ "--directory", "/path/to/eips-mcp", "run", "main.py" ]
           }
       }
    }
    

    Replace /path/to/eips-mcp with your actual installation path.

Usage

The server exposes a single MCP tool, search, which accepts a query string and returns relevant EIP content. Example usage in an MCP-compatible client:

You can use natural language prompts such as:

  • "Search for EIPs related to CREATE2"
  • "Find EIPs about contract deployment opcodes"
  • "EIPs discussing CREATE2 implementation details"

The tool processes these queries and returns up to 5 relevant EIP document chunks, formatted with separators for clarity.

When searching for "CREATE2" using the search tool, the output might look like:

--------------------eip-1014.md--------------------
# EIP-1014: Skinny CREATE2
**Abstract**: This EIP adds a new opcode at 0xf5, CREATE2, which allows for deterministic address generation...
...
--------------------eip-1014.md--------------------
**Motivation**: The CREATE2 opcode enables predictable contract addresses, which is useful for...
...

License

This project is licensed under the MIT License. See the LICENSE file for details.

from github.com/kukapay/eips-mcp

Установка Ethereum Improvement Proposals (EIPs)

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kukapay/eips-mcp

FAQ

Ethereum Improvement Proposals (EIPs) MCP бесплатный?

Да, Ethereum Improvement Proposals (EIPs) MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ethereum Improvement Proposals (EIPs)?

Нет, Ethereum Improvement Proposals (EIPs) работает без API-ключей и переменных окружения.

Ethereum Improvement Proposals (EIPs) — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Ethereum Improvement Proposals (EIPs) в Claude Desktop, Claude Code или Cursor?

Открой Ethereum Improvement Proposals (EIPs) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Ethereum Improvement Proposals (EIPs) with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai