docs: add MCP Server documentation to fundamentals#19575
Open
bloxster wants to merge 2 commits intoerigontech:mainfrom
Open
docs: add MCP Server documentation to fundamentals#19575bloxster wants to merge 2 commits intoerigontech:mainfrom
bloxster wants to merge 2 commits intoerigontech:mainfrom
Conversation
Member
|
btw now as I know by default erigon starts with mcp on 8553 |
JkLondon
approved these changes
Mar 2, 2026
| "url": "http://127.0.0.1:8553/sse" | ||
| } | ||
| } | ||
| } |
Member
There was a problem hiding this comment.
tbh it's better if you test it, because it could be wrong
for me
{
"mcpServers": {
"erigon": {
"command": "npx",
"args": ["-y", "supergateway", "--sse", "http://localhost:8553/sse"]
}
}
}
works fine, other gateway providers don't (for some reason claude doesn't have native sse support, only stdin)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new MCP Server page to the gitbook documentation under the Fundamentals section (after Modules), documenting Erigon's built-in Model Context Protocol server.
What is covered
--mcp.addr/--mcp.port) vs standalone (cmd/mcpbinary)eth_*,erigon_*,ots_*,logs_*,metrics_*)erigon://resource URIs and named prompt templatesFiles changed
docs/gitbook/src/fundamentals/mcp.md— new pagedocs/gitbook/src/SUMMARY.md— added* [MCP Server](fundamentals/mcp.md)after the Modules entry