top | item 43863108

(no title)

the_clarence | 10 months ago

Been playing with MCP in the last few days and it's basically a more streamlined way to define tools/function calls.

That + the agent SDK of openAI makes creating agentic flow so easy.

On the other hand you're kinda forced to run these tools / MCP servers in their own process which makes no sense to me.

discuss

order

nilslice|10 months ago

you might like mcp.run, a tool management platform we're working on... totally agree running a process per tool, with all kinds of permissions is nonsensical - and the move to "remote MCP" is a good one!

but, we're taking it a step (or two) further, enabling you to dynamically build up a MCP server from other servers managed in your account with us.

try it out, or let me get you a demo! this goes for any casual comment readers too ;)

https://cal.com/team/dylibso/mcp.run-demo

the_clarence|10 months ago

I meant I wanted to run them synchronously in the same process :)