@iflow-mcp/context-engineering-mcp
v1.0.0
Published
MCP server for AI Guides API with Gemini integration
Readme
AI Guides MCP Server
This is an MCP (Model Context Protocol) server that provides access to the AI Guides API, including Gemini-powered semantic search and analysis features.
Setup
Make sure the AI Guides API server is running:
cd .. uvicorn main:app --port 8888The MCP server has been added to your Claude Desktop configuration.
Restart Claude Desktop to load the new MCP server.
Available Tools
Once loaded in Claude Desktop, you'll have access to these tools:
Basic Tools
list_ai_guides- List all available AI guidessearch_ai_guides- Search guides by keywordget_guide_details- Get details of a specific guideget_guide_download_url- Get download URL for a guide
Gemini-Enhanced Tools
search_guides_with_gemini- Semantic search using Gemini AIanalyze_guide- Analyze a guide with Geminianalyze_guide_url- Analyze external guide contentcompare_guides- Compare multiple guides
Usage Example
In Claude Desktop, you can now use these tools directly:
"Search for guides about AI agents"
"Analyze the OpenAI GPT Best Practices guide"
"Compare OpenAI and Google AI guides"Configuration
The MCP server connects to the API server at http://localhost:8888 by default. You can change this by setting the AI_GUIDES_API_URL environment variable in the Claude Desktop configuration.
