光标背景代理MCP服务器
Cursor后台代理API的MCP服务器。
设置
- 安装依赖项:
bun install- 创建一个
.env文件并设置您的API密钥:
echo "CURSOR_API_KEY=your-api-key-here" > .env在Cursor中进行配置
在您的Cursor MCP设置中添加:
{
"mcpServers": {
"cursor": {
"command": "node",
"args": ["run", "/path/to/cursor-mcp-server/index.js"],
"envFile": ".env"
}
}
}许可证
麻省理工学院(MIT)
