Ship with better understanding of dev docs using Context7 #284
Replies: 5 comments 4 replies
-
I've experienced a 20% cost reduction when using context7 and the following custom instructions for all models:
|
Beta Was this translation helpful? Give feedback.
-
I used Context7 for a while, but I ultimately replaced it with a search + fetch MCP. While Context7 is free and usually returns a more concise and economic-formatted information, it is as good as the API database it has. If you are working with an API that is not in base, you are out of luck. My feeling is that Kilo can benefit of a built-in web search and a webfetch mechanism. Sadly, most of the web search APIs are not free or at least they require a login. Copilot, for example, opted to use Tavily or Bing for that. I'm using Tavily right now, and while I can't say their search is good or not, the MCP offers everything you need to consume information from the web, that I think it is the point. Said that, for out-of-the-box-you-dont-need-to-do-anything solution, Context7 is solid, it is free, don't ask questions, and it is built for AI context. |
Beta Was this translation helpful? Give feedback.
-
@Juice10
|
Beta Was this translation helpful? Give feedback.
-
I don't currently use web search, but I use both context7 and deepwiki, and I find them both valuable. |
Beta Was this translation helpful? Give feedback.
-
I tried C7 heavily while working on my MCP to control Rebelle through its new websocket interface. C7 was the difference between a terrible MCP server with basic websocket functionality and a nice FastMCP implementation with a robust websockets implementation using the Websockets library. The main annoyance was to remember to add some admonition to the prompt to use Context 7, whenever it need to look up docs. Definitely a useful and affective MCP. NB. I also think Frontmatter (#1269) could narrow the focus for language specifics, much like C7 does for framework specifics. Imagine sticking an @http:// URL in there and running it through C7 automatically some other signally mechansim to trigger retrieval. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context7 seems a pretty powerful MCP server that includes docs for most dev projects. This is something that is helpful for most developers, so it would be great if Kilo Code shipped with it by default.
Of course we should play with it first to see if it lives up to its promise.EDIT: Looks like a big improvementFrom https://www.reddit.com/r/ChatGPTCoding/comments/1k6uyjp/i_just_found_out_about_context7_mcp_server_and/?share_id=KY3QTk-umnuf4DFwizogh&utm_content=1&utm_medium=ios_app&utm_name=ioscss&utm_source=share&utm_term=1
Ticket: #655
Beta Was this translation helpful? Give feedback.
All reactions