juspay/neurolink
mcp-serverNo score yet
Streams are the future of AI powered by unlimited free tokens.
Stars
102
Δ stars 7d
—
Δ stars 30d
—
Forks
109
Contributors
63
npm DL / wk
—
PyPI DL / wk
—
Language
TypeScript
Last push
2026-06-17
About juspay/neurolink
AI intelligence flows as streams — tokens, tool calls, memory, voice, documents. NeuroLink is the vascular layer that carries these streams from where they are generated (LLM providers: the neurons) to where they are needed (connectors: the organs). // Everything is a stream const result = await pipe.stream({ input: { text: "Hello" } }); for await (const chunk of result.stream) { if ("content" in chunk) { process.stdout.write(chunk.content); } } ``` Extracted from production systems at Juspay and battle-tested at enterprise scale,…
Read the full README on GitHub →
juspay/neurolink alternatives
Projects in the same category, closest in size — picked by data, not opinion.
See all mcp-server projects ranked by growth →
Frequently asked questions
- Is juspay/neurolink still maintained?
- Yes — actively maintained. The last push was on 2026-06-17, with 63 contributors.
- What are the best juspay/neurolink alternatives?
- Closest by category and size in our data: io.github.SimplyLiz/ckb, io.github.ryanbaumann/platform-ai, SureScaleAI/openai-gpt-image-mcp — full list with live signals above.
Topics
Embed this badge
Show your project's live signal in your README — it updates weekly with the data.
Tracked since 2026-06-15 · data as of 2026-06-18 · 287 open issues · 363 releases