feat(add): cursor mcp server

This commit is contained in:
cdryzun 2025-04-18 14:36:51 +08:00
parent 61b343c15b
commit 9f530b7b90
2 changed files with 23 additions and 8 deletions

View File

@ -17,16 +17,22 @@
"/Users/yangzun/Desktop/Git/git.treesir.pub/cdryzun/mcp-server-cursor" "/Users/yangzun/Desktop/Git/git.treesir.pub/cdryzun/mcp-server-cursor"
] ]
}, },
"github": { "browser-tools-server": {
"command": "npx", "command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"], "args": [
"env": { "-y",
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>" "@agentdeskai/browser-tools-mcp@latest"
} ]
}, },
"postgres": { "baidu-map": {
"command": "npx", "command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"] "args": [
"-y",
"@baidumap/mcp-server-baidu-map"
],
"env": {
"BAIDU_MAP_API_KEY": "MlY1FqcOXa0Uweiw7r1kRlAiA1Ia94re"
}
} }
} }
} }

View File

@ -6,4 +6,13 @@
## MCP Server ## MCP Server
1. https://github.com/github/github-mcp-server 1. https://github.com/github/github-mcp-server
## MCP 文件收录列表
- https://smithery.ai
- BrowserTools-1.2.0-extension.zip
- https://github.com/AgentDeskAI/browser-tools-mcp
- [百度MCP](https://lbsyun.baidu.com/faq/api?title=mcpserver/prepare)