Created
December 25, 2024 03:05
-
-
Save monotykamary/887658e8b2d3438eac1f80636e7e6401 to your computer and use it in GitHub Desktop.
MCP Cline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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