Skip to content

Instantly share code, notes, and snippets.

@monotykamary
Created December 25, 2024 03:05
Show Gist options
  • Save monotykamary/887658e8b2d3438eac1f80636e7e6401 to your computer and use it in GitHub Desktop.
Save monotykamary/887658e8b2d3438eac1f80636e7e6401 to your computer and use it in GitHub Desktop.
MCP Cline
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "..."
}
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
},
"mcp-rtfm": {
"command": "npx",
"args": ["-y", "github:ryanjoachim/mcp-rtfm"],
"disabled": false,
"alwaysAllow": []
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment