Initial commit: Add .cursor directory and README.md

This commit is contained in:
cdryzun 2025-04-12 17:35:46 +08:00
commit 61b343c15b
2 changed files with 41 additions and 0 deletions

32
.cursor/mcp.json Normal file
View File

@ -0,0 +1,32 @@
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/yangzun/Desktop/Markdown",
"/Users/yangzun/Documents"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"/Users/yangzun/Desktop/Git/git.treesir.pub/cdryzun/mcp-server-cursor"
]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
},
"postgres": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"]
}
}
}

9
README.md Normal file
View File

@ -0,0 +1,9 @@
## 官方仓库
- https://github.com/modelcontextprotocol/modelcontextprotocol
- https://github.com/modelcontextprotocol/servers
## MCP Server
1. https://github.com/github/github-mcp-server