commit 61b343c15ba7276634b04a1f7abbdcf4bf05530c Author: cdryzun Date: Sat Apr 12 17:35:46 2025 +0800 Initial commit: Add .cursor directory and README.md diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..55b3d17 --- /dev/null +++ b/.cursor/mcp.json @@ -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": "" + } + }, + "postgres": { + "command": "npx", + "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost/mydb"] + } + } + } \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8dadbc1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + + +## 官方仓库 +- https://github.com/modelcontextprotocol/modelcontextprotocol +- https://github.com/modelcontextprotocol/servers + + +## MCP Server +1. https://github.com/github/github-mcp-server \ No newline at end of file