GitHub Project Manager
17
0

Windsurf
Setting up with Windsurf
- Open Windsurf's preferences
- Go to the Integrations section
- Click "Add MCP Integration"
- Use the configuration below based on your operating system
JSON
1{2 "mcpServers": {3 "github project manager": {4 "env": {5 "GITHUB_REPO": "your_repo",6 "GITHUB_OWNER": "your_username",7 "GITHUB_TOKEN": "your_github_token",8 "GOOGLE_API_KEY": "your_google_api_key",9 "OPENAI_API_KEY": "your_openai_api_key",10 "ANTHROPIC_API_KEY": "your_anthropic_api_key",11 "PERPLEXITY_API_KEY": "your_perplexity_api_key"12 },13 "args": [14 "-y",15 "mcp-github-project-manager"16 ],17 "command": "npx"18 }19 }20}
社区评论
0.0
0 条评论
5
0
4
0
3
0
2
0
1
0
暂无评论. 成为第一个评论的人!
登录以参与讨论