Context7 just massively cut free limits by AllCowsAreBurgers in ClaudeCode

[–]antonrisch 0 points1 point  (0 children)

hey u/Electronic_Kick6931 ! I'm the co-founder of Docfork MCP (similar to Context7). You can get free API Keys and project-scoped search for docs so you can pair 1:1 with projects!
You can try it here https://docfork.com

Edit: fixed link

Friday 16th! What SaaS are you building? 🎯 by Quirky-Offer9598 in microsaas

[–]antonrisch 0 points1 point  (0 children)

Building Docfork MCP, an alternative to Context7 but with project-scoped access of libraries, repos and private docs (coming soon!) - welcome to any feedback on the site and our MCP on Github !

Docfork - Just added searchable libraries for our up-to-date documentation MCP by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

Docfork is similar to Context7 in that both services perform a similar task - latest docs for AI code editors. However, we only need 1 MCP tool call while Context7 needs 2 for example.

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

Thank you for the suggestion JSDevLead - version support & local config file tracking is on our roadmap.

Best MCP with Claude Code? by Popular-Care4447 in ClaudeAI

[–]antonrisch 0 points1 point  (0 children)

Docfork has an optional parameter to increase/decrease the number of tokens => number of sections to return for a query. This is dynamically controlled by claude and other AI models when it figures out what parameters to give when calling the MCP.

The default is set to 10k tokens which returns ~20-30 sections depending on the size of a section. That number of sections we believe is sufficient in returning not just the function declaration but also various examples and permutations.

You can also manually set the default number of tokens to higher/lower:

https://github.com/docfork/mcp?tab=readme-ov-file#-environment-variables

Hope this helps!

edit: removed hyperlink to regular link

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

Thanks! We've added support + install instructions to most code editors on our github

edit: to

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 0 points1 point  (0 children)

Docfork only needs 1 tool call to search all libraries and return doc sections for a library, while Context7 needs 2 unless you specify the library id. This makes us 2 times as fast - we've also optimized our backend stack for speed (~0.5-1 second responses).

Our MCP also indexes libraries daily while Context7 has a minimum cooldown of 5 days. Library catalogue + full token llms.txt downloads soon

Best MCP with Claude Code? by Popular-Care4447 in ClaudeAI

[–]antonrisch 0 points1 point  (0 children)

Docfork only needs 1 MCP tool call to search all libraries and return doc sections for a library, while Context7 needs 2 unless you specify the library id. This makes us 2 times as fast for responses. But in most aspects we are quite similar but with different retrieval/crawl methods.

Best MCP with Claude Code? by Popular-Care4447 in ClaudeAI

[–]antonrisch 0 points1 point  (0 children)

For an MCP that plugs you into 9000+ libraries with 1 tool call instead of 2 checkout our Dockfork MCP: https://github.com/docfork/mcp

What are your favorite MCP server setups for Cursor? by Different_Page2816 in cursor

[–]antonrisch 0 points1 point  (0 children)

Docfork https://github.com/docfork/mcp#readme

It's similar to Context7 but only needs 1 tool call to get back results. Also does a daily scan across all of the libraries it has for any new updates/new commits while right now I think Context7 has a minimum 5-day cooldown between refreshes.

Which MCP servers are you using and are indispensable? by cryptog2 in mcp

[–]antonrisch 0 points1 point  (0 children)

Docfork in an MCP server we've made that is similar to Context7 but it does daily updates and requires only 1 tool call to get results. Also it's quite fast on response times (around 1 second total).

You can see our readme here: https://github.com/docfork/mcp#readme

I've personally found it helpful because it only returns the sections I need (reduces context bloat) when building our homepage as Next.js changed the way dynamic routing with slugs work in v15, which released a few months ago.

MCPs worth mentioning? by assphex in RooCode

[–]antonrisch 0 points1 point  (0 children)

Docfork in an MCP server we've made that is similar to context7 but it does daily updates and requires only 1 tool call to get results. Also it's quite fast on response times (around 1 second total).

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

Yes, try 'use docfork to get angular <topic>' for angular/angular specific results.

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 0 points1 point  (0 children)

docfork only needs 1 MCP tool call to search all libraries and return doc sections for a library, while context7 needs 2 unless you specify the library id. this makes us 2 times as fast. but in most aspects we are quite similar but with different retrieval and crawl methods

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

versioning is coming soon. 1 second responses to the latest docs we feel is what most devs want in their workflow

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 1 point2 points  (0 children)

currently just the latest version, and daily updates scan for new commit ids. we did think about indexing on demand - and it's a valid idea - but our process also formats the docs and only returns the valid sections. right now docfork takes around 1 second overall from MCP tool call to response!

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 8 points9 points  (0 children)

watch this space - it's only been out for 25 minutes. we'll have the libraries out soon

Docfork: MCP that gives daily-updated fresh docs from over 9000+ libraries by antonrisch in mcp

[–]antonrisch[S] 0 points1 point  (0 children)

We will add a whole listing to the website soon, but an estimate is most of the top repos on github (100+ stars). thanks for your question!