Maouv/knowledge-mcp-server
High-performance MCP server aggregating Wikipedia, arXiv, DevDocs, and Context7 for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"knowledge-mcp-server": {
"command": "npx",
"args": [
"-y",
"knowledge-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://badge.fury.io/js/knowledge-mcp-server) [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://www.typescriptlang.org/)
A high-performance Model Context Protocol (MCP) server that aggregates multiple knowledge sources into a unified interface for AI agents and applications.
| Source | Description | Rate Limit | Cache TTL | |--------|-------------|------------|-----------| | Context7 | Up-to-date library & framework documentation | 60 req/hour (free tier) | Configurable | | Wikipedia | General knowledge & encyclopedic content | 70 req/s | 15 minutes | | arXiv | Academic papers & research publications | 1 req/3s | 10-15 minutes | | DevDocs | Developer documentation for popular libraries | 5 req/s | 15-30 minutes |
> β οΈ DevDocs Disclaimer: The DevDocs integration uses an unofficial API and is not affiliated with or endorsed by DevDocs.io. It may break if the site's structure changes. We'll endeavor to update it promptly, but use in production at your own discretion.
# Clone the repository
git clone https://github.Loading reviews...