Learning Resources
edgechat.ai
An MCP server that provides search and fetch access to Edgepedia, a growing encyclopedia of over 300k articles.
ENDPOINT 1
https://www.edgechat.ai/mcp
MCP server metadata
- Name
- edgepedia
- Version
- 1.0.0
Edgepedia is a free encyclopedia by EdgeChat: over 300k articles and constantly growing. Call `search` with a subject's name ("Mount Fuji"), not a question; a result's `text` often answers a simple fact. Call `fetch` with a result's id for the whole article. Link each article you use; show its `credit` line with any text you quote.
Known tools 2
searchLook up a person, place, thing, event, or concept in Edgepedia, an encyclopedia of over 300k articles and constantly growing.
Inferred read-onlyfetchGet one Edgepedia article in full, as Markdown with its citations, by the id of a `search` result.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.edgepedia]
url = "https://www.edgechat.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"edgepedia": {
"type": "http",
"url": "https://www.edgechat.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: edgepedia
Remote MCP URL: https://www.edgechat.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"edgepedia": {
"url": "https://www.edgechat.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"edgepedia": {
"type": "http",
"url": "https://www.edgechat.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "edgepedia",
"transport": "streamable-http",
"url": "https://www.edgechat.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.