←back to thread

12 points bwm | 2 comments | | HN request time: 0.52s | source

Hey HN. we’re Barnaby and Tom from Director (https://director.run). A fully open source, local first MCP gateway that allows you to connect Claude, Cursor or VSCode to any MCP server in 30 seconds.

Demo: https://www.youtube.com/watch?v=Fj4mGLp-aSk

Website: https://director.run

Repository: https://github.com/director-run/director

MCP is a promising technology, but it's still early and there are lot's of (well known) problems:

- Configuration: Hard to setup, requiring writing JSON for each new client <> server connection.

- Observability: No easy way to inspect (and modify) traffic flowing between clients and servers.

- Security: MCP is often vulnerable to remote code execution attacks and prompt injection attacks.

- Context Window Management: It's very easy to load too many tools into the context window at which point the LLM can get confused.

We're looking to solve these problems by building director. We're starting with a simple local experience, but intend to add features like oAuth very soon that will allow you to run this in the cloud (or in a secure container).

Looking forward to hearing any feedback or ideas you have!

Show context
dmmalam ◴[] No.44533163[source]
Looks super useful, will deploy. I've found context window management the killer limiter / skill in enabling many agents flows. Difference between it being magic, and not working. Looking forward to any solutions here.
replies(1): >>44534009 #
1. bwm ◴[] No.44534009[source]
Yup, this is exactly the problem we're solving with Director :)
replies(1): >>44534826 #
2. dmmalam ◴[] No.44534826[source]
Any upcoming features/ ideas on tool selection. Maybe use sampling?