Ethereum Forum

MCP

This project exposes mcp tools via the following endpoint:

https://ethereum.forum/mcp

You can easily add it to your favourite editor by adding the following to your settings.json:

{
  "mcpServers": {
    "ethereum-forum": {
      "url": "https://ethereum.forum/mcp"
    }
  }
}

Data Sources

  • Protocol Calendar (ical)
  • ethereum-magicians.org (Discourse)
  • ethresear.ch (Discourse) (TODO)
  • github/ethereum/pm (TODO)
    • issues & comments
  • github/ethereum/eips (TODO)
    • data & prs
  • github/ethereum/ercs (TODO)
    • data & prs
  • blog.ethereum.org (TODO)

Development and self-hosting

If you're interested in development or self-hosting Ethereum Forum, please see [CONTRIBUTING.md].