Munirab01/mcp-server
This project sets up an MCP (Multi-Context Protocol) server using FastMCP to serve as a custom documentation retrieval tool for LLMs like Claude. It allows the model to intelligently fetch relevant content from official documentation sites of popular AI/ML libraries.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...