Arka by KenisLabs - Enterprise MCP gateway
by•
MCP breaks when you try to use it at scale.
Context gets too big with many tools.
Setup is messy with many servers.
Security is missing.
Arka fixes this with one gateway.
One setup. One token with SSO.
Tool filtering keeps context small.
User rules and logs included.
Open source and cloud options.
Try it here: https://www.kenislabs.com


Replies
@ayush_shivani Cool that you offer both open source and cloud. Do you expect most teams to start self‑hosted first
@masump Great question.
I would expect most teams start with the cloud version because it removes setup work.
Self-hosting is the way to go once they want full control or need to plug into internal systems.
We are in process of adding more MCP servers to extend functionality, and also bring unified secured authentication for AI agents.
Swytchcode
Congrats on the launch!
@chilarai Thank you!
Zivy
Nice approach @ayush_shivani @sarvesh_mehta . I’m curious how well Arka keeps context lean in long-running workflows - does the dynamic tool calling prevent the usual context bloat teams run into?
@harkirat_singh3777 Thanks!
Our approach does prevent the context bloat that happens when all tools from all MCP servers are kept in memory. We only provide the tools needed for the workflow at that moment through dynamic selection.
Also we do code execution, and the LLM parses the output to remove unnecessary details, which helps reduce context even further for long-running workflows.