mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[GH-ISSUE #797] Proposal: add ContextMCP under "MCP AI Agents" #7917
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aagarwal1012 on GitHub (May 10, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/797
Hi @Shubhamsaboo,
I'd like to propose adding ContextMCP to the "MCP AI Agents" section of this list.
ContextMCP is an open-source, self-hosted MCP server that turns documentation (Mintlify, Fumadocs, Docusaurus, plain Markdown, OpenAPI specs) into a searchable knowledge base for AI assistants. It indexes docs into Pinecone using OpenAI embeddings and serves them via the Model Context Protocol and a REST API. Used in production by Dodo Payments.
Two ways I could contribute — happy to do either:
mcp_ai_agents/contextmcp_docs_agent/folder with a minimal end-to-end example (e.g., a Streamlit UI that queries a deployed ContextMCP Worker via MCP, withrequirements.txt+README.md), matching the format of existing entries likebrowser_mcp_agentandgithub_mcp_agent.Which do you prefer? If (2), please confirm the directory naming and any preferences on the example UI before I open the PR.
Thanks!
@awesomekoder commented on GitHub (May 16, 2026):
Thanks for the detailed proposal. We do not accept README-only entries for tools or libraries. If you want to contribute ContextMCP, please submit the full runnable tutorial app option in its own folder, with setup instructions, code, and a practical LLM workflow.
A listing-only PR would not be accepted, but a self-contained tutorial app can be reviewed.