Skip to content

Instantly share code, notes, and snippets.

@algonacci
Created March 22, 2025 17:07
Show Gist options
  • Save algonacci/ce0200d6d0dd814ef43e8f6708b21769 to your computer and use it in GitHub Desktop.
Save algonacci/ce0200d6d0dd814ef43e8f6708b21769 to your computer and use it in GitHub Desktop.
mcp config starters
{
"mcpServers": {
"mcp-tools": {
"command": "uv",
"args": [
"--directory",
"C:/Users/Braincore/Documents/GitHub/mcp-tools",
"run",
"python",
"server.py"
]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:/Users/Braincore/Desktop",
"C:/Users/Braincore/Downloads"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment