请问HN:你们是如何管理Cursor/Windsurf的连接和授权的?
我正在通过MCP将各种内部工具/数据存储(例如Postgres、值班工具等)连接到Cursor。<p>我面临的一个反复出现的问题是如何通过Cursor管理和执行员工级别的访问控制列表(ACL),以便与外部管理/执行的方式一致。<p>比如说,一名员工对包含支持票据的Postgres表有有限的读取权限,我希望他们在通过Cursor访问该表时也能保持相同的访问级别。<p>看起来在公司范围内运行远程MCP服务器实例是一个开始。有没有人正在解决AI驱动的IDE领域中的用户管理和权限问题?
查看原文
I'm exploring hooking up various internal tools/datastores (think Postgres, the on-call tool etc.) to Cursor via MCPs.<p>One recurring problem I'm facing is managing and enforcing employee-level ACLs to these tools via Cursor the same way they are managed/enforced outside.<p>Say an employee has limited read access to a table in Postgres containing support tickets, I want them to have the same level of access when accessing that table via Cursor.<p>Seems like running company-wide instances of remote MCP servers is a start. Is anyone solving the user management and permissions problem for the AI-powered IDE space?