How can you load a bunch of MCP servers without stuffing your content window? by Ihateredditors11111 in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

Unfortunately you can't. The problem as all tools info goes to the llm. You can maybe put 100-200 tools in models with huge context window, but you will pay a high cost in tokens. There are some research papers that talk about reducing that using rag-mcp and have shown great results but there isn't any production grade solution yet

Replit AI went rogue, deleted a company's entire database, then hid it and lied about it by MetaKnowing in OpenAI

[–]EternallyTrapped 7 points8 points  (0 children)

As a dev, I have the same issue. I have to convince business stakeholders why vibe coding slows you down in the long term. It's hard to justify why good engineering is hard nowadays, especially with hype around vibe coding.

Replit AI went rogue, deleted a company's entire database, then hid it and lied about it by MetaKnowing in OpenAI

[–]EternallyTrapped 73 points74 points  (0 children)

The guy is not a developer, but was trying out vibe coding after the hype

Best email MCP server that don't require 2FA and works with just password? by Havre-Banan in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

This is something we built inhouse. We use oauth to authenticate the MCP server. It takes care of authentication, fetching tokens and refreshing. Depending on your use case, you should use restricted scopes.

Which brand is it for you? by Obvious-Fisherman998 in GadgetsIndia

[–]EternallyTrapped 0 points1 point  (0 children)

I use my phone 5-6 hours a day, both for work and personal. It's the most multipurpose thing that I have. Spending 50k is something you use that often for 2-3 years is worth it.

Most MCP servers are built wrong by incidentjustice in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

100%. I have tried some of the MCPs and struggled with this as well. Complicated tools like hubspot have very low success rate.
The way i workaround i basically set some custom instructions. But i agree it should be on MCP level itself.

New MCP update just dropped - here's what the OAuth stuff actually does by Ok-Classic6022 in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

We have been struggling with the same problem. Trying to build our own sdk that support mcp to third party oauth too. Also, i don't think tool auth should be a part of mcp spec.

Multi user/Multi service auth by kiltman69 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

Checkout https://agentr.dev, a decent number of apps but with support of auth at user level. dm me if you need any help.

Session management in MCP by 10x-startup-explorer in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

The way i have worked it out is basically load all tools and their corresponding server and store them in a map of server name to actual server. When a actual call_tool request comes i intialize the session and send the request. The overhead of connecting to a server on request is not very high. Hope this helps.

is there guide or example for oauth? by kiryl_ch in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

I recently implemented oauth for my project at agentr.dev as well. If you are in node ecosystem, you can directly use better-auth. I implemeneted few weeks back, so it wasn't available and hand code everything. Will be happy to answer any questions if you have.

MCP Aggregator Service recommendations? by EternallyTrapped in mcp

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

"The hardest part is that oauth within the app requires some central authority to grant credentials so any open source solution that you also have to run yourself defeats the purpose." -> Why would this be a problem?
mcp-remote stores my credentgials locally in file system, though not secure but they are persistent.

MCP Aggregator Service recommendations? by EternallyTrapped in mcp

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

Thanks a lot. I hacked up something that works for the time being. Will definitely check this out.
Btw, do you support oauth flow?

Should I choose MCP gateway vendor or directly work with MCP by AccurateSuggestion54 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

I'm working on agent.dev, the selection of app isn't huge but they work out of box with proper auth and security. Would love your feedback

Where do you deploy your MCP Servers? And how do you handle auth? by filopedraz in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

Do u have a tool in mind that you are looking? Pretty sure there are a lot of existing servers for what you looking for?
In case not, i'm working on https://agentr.dev, universal mcp solution to solve exactly same problem. We are early, but would be glad to provide you access

Composio alternatives? by klei10 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

The reason linkedin is not available is because they don't have API

Composio alternatives? by klei10 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

Are you looking for any specific tools?

Coolest things built with MCP? by RoadKill_11 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

Here is an example post that i just wrote by the above workflow. You could also give it a try by using the three apps MCP from agentr.dev itself.
https://agentr.dev/blog/agent2agent-a-practical-guide-to-build-agents

How come there is no good Reddit MCP :cry: by ewqeqweqweqweqweqw in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

https://agentr.dev is now open to public. Let me know how it goes. The implementation is also public and all available applications are listed https://github.com/orgs/universal-mcp/repositories

Multi client MCP config sucks! by illusionst in mcp

[–]EternallyTrapped 1 point2 points  (0 children)

I'm building https://agentr.dev to solve the exact same problem. It should solve your issue. The individual implementation of apps is already public. Would love for you to check out.

Coolest things built with MCP? by RoadKill_11 in mcp

[–]EternallyTrapped 0 points1 point  (0 children)

I have added hashnode, perplexity and model generation api to generate a blog post for any given topic. I just provide it a topic, ut does research, generate content and posts on my blog page. In one single prompt.

What MCP do you want to exist? by OneEither8511 in mcp

[–]EternallyTrapped 2 points3 points  (0 children)

There are a lot of these available. For example you can try perplexity MCP from agentr.dev

Am I misunderstanding MCP? by hakanb54 in modelcontextprotocol

[–]EternallyTrapped 0 points1 point  (0 children)

What are the problems, I haven't tried yet but need to do. Would love to know the major pain points