grokipedia-mcp
Verified Safeby benoute
Overview
Provides an MCP server to enable LLMs to search and retrieve information from Grokipedia, an online encyclopedia.
Installation
/absolute/path/to/grokipedia-mcpSecurity Notes
The server uses standard Go HTTP client practices with context timeouts. URL parameters are properly escaped using `url.QueryEscape` to prevent injection. There are no hardcoded secrets or 'eval' equivalent. Running in HTTP mode exposes a local port, which is generally acceptable for local development/integration with Claude Desktop, but users should be aware of network configurations if exposing it publicly. The default 'stdio' transport is secure for local LLM integration.
Similar Servers
ddg_search
A Model Context Protocol server for web search using DuckDuckGo and AI-powered answers from IAsk AI, Monica, and Brave AI, designed for integration with AI assistants.
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.
Grok-MCP
Provides an MCP server interface to xAI's Grok API, enabling access to agentic tool calling, image generation, vision, and reasoning models.
mcpwikipedia
Serves Wikipedia article content, converted to Markdown, to Model Context Protocol (MCP) clients for consumption by Language Models.