Remix.run Logo
whazor 2 hours ago

I am now on the MCP route, where I have lots of personally hosted MCPs. Including managing calender/e-mail.

It does not cost too much effort to maintain MCP servers. No port forwarding or VPNs required thanks to OpenAI tunnels.

And security wise its quite nice, since you have to activate MCP or give permission sometimes. So each chat is kind of isolated from each-other.

carimura 2 hours ago | parent [-]

interesting.. does that bloat the context window? I imagine Hermes already struggles with context window size.. been meaning to look into that.

Atotalnoob an hour ago | parent | next [-]

Skills and MCPs CAN bloat the context window. Some harnesses do more progressive loading of skills/mcp depending on how many you have. Check your harnesses docs.

Personally, I feel skills+CLI is better, since only the description of the skill enters the context window until it’s required and CLIs should support help flags which will allow you do have progressive discovery.

And a CLI is also easy to use yourself.

trollbridge 36 minutes ago | parent | prev | next [-]

Couple of notes on this

First, it matters how well the MCP is written; a well-written one won't be so massive

Secondly, different sessions should load different MCPs. Load only what is needed

Thirdly, if you're finding you need a dozen MCPs, you need to consolidate that into a single service that does the work and then presents a single, unified API (via MCP) to your agent

Finally, start using models with 1M context window limits. I really don't know how people can stand being stuck at a limit like 272K.

whazor 2 hours ago | parent | prev [-]

I don't have problems on ChatGPT with the amount of MCPs (five) I have. But each MCP can do quite a lot.